Does it correct exception, when I try to use python-socketio with Quart?
File "C:\Users\a\ce-svc\src.\app\app.py", line 60, in
sio.attach(app)
File "C:\Users\a\ce-svc\env\lib\site-packages\socketio\asyncio_server.py", line 111, in attach
self.eio.attach(app, socketio_path)
File "C:\Users\a\ce-svc\env\lib\site-packages\engineio\asyncio_server.py", line 78, in attach
self._async['create_route'](app, self, '/{}/'.format(engineio_path))
KeyError: 'create_route'
I use AsyncServer with async_mode=asgi
Does it correct exception, when I try to use python-socketio with Quart?
I use AsyncServer with async_mode=asgi