-
Notifications
You must be signed in to change notification settings - Fork 58
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
Error on connection.close() #28
Comments
Same to me! Any ideas on how to catch the exception? |
The code needs to be changed to:
You need to wait for gevent to stop the listener, otherwise the close() and listener() try to aquire the same lock and deadlock themselves. |
Any update for this issue? |
@PlamenHristov thanks for providing the solution!(finally no longer see that annoying exception) |
Hi. First off thanks for bringing SignalR to Python!
I'm getting an error when I try to call connection.close() and it's really perplexing me, especially since none of the lines in the stack trace are my code.
The text was updated successfully, but these errors were encountered: