-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SignalR disconnects when put iOS app in background #76
Comments
i was facing the same issue no one helped so what i did was i just created listner for every 3 second if my hub is disconnected then do reconnect sample code: void main() { class MyApp extends StatelessWidget { class HubConnectionStatusChecker extends StatefulWidget { class _HubConnectionStatusCheckerState extends State { @OverRide
} @OverRide @OverRide and it worked perfectly now i am not facing this issue |
facing the same issue in android devices |
facing the same issue in android and iOS devices |
Reconnecting
andReconnected
.The text was updated successfully, but these errors were encountered: