-
Notifications
You must be signed in to change notification settings - Fork 213
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
connectection unstable #281
Comments
i got this error while reconnecting
|
is it a server site or client issue ? |
somethign that just stood out to me is the negotiate goign over websockets. What client code are you using to connect? |
im using DyKnow/SignalR-ObjC |
and i tried with auto and with websocket |
I mean, the objective c code. Your connection to the server, firewalls, whether you use https, etc will largely dictate whether a websockets connection is stable or if it has to fall back to a different transport. What I'm surprised by is that in my usage, the negotiate never goes over websocket as one of the concerns of negotiate is to figure out whether you can use websockets Here's an example (from the readme) of what code I was asking about
|
Even i am facing the same issue. Is there any solution to resolve this error? |
the connection is always broken , and when we try to reconnect, its keep trying but with no luck ,
what is the possible solution
The text was updated successfully, but these errors were encountered: