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
{{ message }}
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
With a synchronous implementation, the chatbot can often reply the same message multiple time. to avoid that we need to use and asynchronous implementation.
Describe the solution you'd like
I would like the Flask project the be asynchronous using eventlet and greenlet
Is your feature request related to a problem? Please describe.
With a synchronous implementation, the chatbot can often reply the same message multiple time. to avoid that we need to use and asynchronous implementation.
Describe the solution you'd like
I would like the Flask project the be asynchronous using eventlet and greenlet
Documentation
For more information about how to do that look at this YouTube Video : https://www.youtube.com/watch?v=gJ7CnUX_7YQ
The text was updated successfully, but these errors were encountered: