Platform
Desktop, but probably also on Android
Describe the bug
In LobbyBrowser, there's the refreshing mechanism. If network fails longer, it will stack error popups. That's bad.
To Reproduce
Steps to reproduce the behavior:
- Start game with network connectivity
- Stop network connectivity
- Every n seconds a new popup appears, stacking above each other
Expected behavior
Don't stack, show only a single info. Then silently ignore the others.