You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to reproduce this, here is the stack trace:
Task exception was never retrieved
future: <Task finished coro=<WebSocket.wait() done, defined at /python-engineio/engineio/async_aiohttp.py:107> exception=OSError()>
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/python-engineio/engineio/async_aiohttp.py", line 112, in wait
raise IOError()
OSError
Hello. Python-engineio fails on Websocket disconnect in https://github.com/miguelgrinberg/python-engineio/blob/v1.5.2/engineio/async_aiohttp.py#L111
cause incorrect data type (integer 1001).
It affects 1.5 version only
The text was updated successfully, but these errors were encountered: