Replies: 2 comments 7 replies
-
Yes, I have seen it. The project is slowly winding down, so at this time I would not recommend its use on new projects. |
Beta Was this translation helpful? Give feedback.
2 replies
-
what would you recommend for existing project using flask_socketio ? move to asyncio (although I wouldn't know how), use gevent, or stay with current eventlet version (potentially forever). Thanks again. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @miguelgrinberg, have you seen or what do you think about the warning announcement on the home page of the eventlet project saying that
https://eventlet.readthedocs.io/en/latest/
https://eventlet.readthedocs.io/en/latest/migration.html#migration-guide
Since eventlet is the first choice when using Flask SocketIO, what would be the recommendation or change to be done? Any planned update of your Flask SocketIO lib to use asyncio instead of eventlet? What would be your recommendation/suggestion on this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions