sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core
https://pub.dev/packages/signalr_netcore
MIT License
71 stars 111 forks source link

HubConnection is not working after certain time. #44

Open Kayuemkhan opened 1 year ago

Kayuemkhan commented 1 year ago

Hello Dear, We used HubConnection in the Order system in Our Kitchen. But, We are not getting orders after a certain time. Sometimes it won't work after 1 hour on Our Android Devices.

We used Reconnect Feature also. But, no outcomes.

os01ri commented 7 months ago

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.

xaldarof commented 4 months ago

Same issue