-
Notifications
You must be signed in to change notification settings - Fork 90
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
Can Not Reconnect #47
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using SignalA in my android application!
When the network connection shutdown and then switch on immediately, the SignalR connection remains in ReconnectingState and is unable to resume to ConnectedState!
I read the source code of ReconnectingState class and there are no code to change mConnection to ConnectedState (as I expected there must have)
And the function onError(Exception ex) of AsyncCallback, I think it must retry new http post to resume connection there.
The text was updated successfully, but these errors were encountered: