Skip to content
Discussion options

You must be logged in to vote
  1. The KeyboardInterrupt exception is standard for Python programs when they are interrupted. You can catch it in your application if you want to silence it. The "Unclosed" errors come from aiohttp, which is a dependency of this package. Make sure you are using the latest versions of python-engineio and python-socketio and let me know if these errors persist.

  2. I have very little knowledge of Windows related issues with asyncio. Changing the policy just configures the method that asyncio uses to achieve concurrency. My personal opinion is that changing the policy just to avoid some error on exit is probably not the correct way to think about the problem, but once again, I'm not familiar wi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by khelkun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants