-
-
Notifications
You must be signed in to change notification settings - Fork 893
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
getting stackoverflow error on disconnect() #312
Comments
The problem is that you are calling That said, I will look into detecting the recursive disconnect and avoiding the crash. |
I couldn't agree more. You're awesome ! |
…runs This avoids potential endless recursion. See miguelgrinberg/Flask-SocketIO#312
The commits referenced above I think address this problem. |
…runs This avoids potential endless recursion. See miguelgrinberg/Flask-SocketIO#312
…runs This avoids potential endless recursion. See miguelgrinberg/Flask-SocketIO#312
On the flask server side I am using this code -
And getting following error when client sends a disconnect -
I appreciate your time in seeing this issue :)
The text was updated successfully, but these errors were encountered: