signalr_client
signalr_client copied to clipboard
Hub connection get close when the screen gets timeout
I am developing an app with a hub connection...Everything works perfectly when the screen is still on. But when the screen goes dark the connection gets close.
Im facing the same issue, even if the user opens another app for sometime and gets back to my app he finds the connection stopt, although im using .withAutoReconnect().
And even if it reconnects, my old listeners _hubConnection.on are not being listened to!, even when im doing it manually.