-
Notifications
You must be signed in to change notification settings - Fork 48
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
socket.disconnect does not stop the connect loop #7
Comments
Is this still an issue? |
Hi, i will update the library in my project soon, and try to reproduce the issue. |
this is still an issue. socket.disconnect does not stop the loop. is there any update in this? |
I hope this is fixed in the latest release. Please try 0.2.2 I'm not actively doing dart/flutter work at the moment, so I'm not able to devote a lot of time to this project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the server is not available, there is no way to stop the
.connect()
retries.I expect that if I call
socket.disconnect
theconnect
method will stop retrying.You can reproduce this by using an invalid socket url.
The text was updated successfully, but these errors were encountered: