Replies: 1 comment
-
I don't understand what you are asking. Depending on how you configure the Socket.IO server you may get warnings regarding things that are missing that can help with performance. Eventlet does not need anything. Gevent does, and threading does as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I get a warning when I run it. WebSocket transport not available. Install simple-websocket for improved performance.
python=3.8
Flask-SocketIO == 5.2.0
app.py

extensions.py

When i use async_mode=gevent: WARNING in init: WebSocket transport not available. Install gevent-websocket for improved performance.
When i use async_mode=eventlet: no warning。
I don`t know why.
Beta Was this translation helpful? Give feedback.
All reactions