mirror of
https://github.com/status-im/status-go.git
synced 2025-02-10 05:45:30 +00:00
On logout happens sometimes that `PeersCount` is called when the server has been removed. This commit adds a guard to make sure that the server is not nil when calling `PeersCount`.