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
Hello, I just want to know what happen if a client event take a long time to process, will that delay others, block them or process it anyway ? Do I need to use async as much as I can to avoid that ?
Flask on Python offer a multi-threaded server but I don't know if the Dart implementation offer the same functionnality
Thank you !
The text was updated successfully, but these errors were encountered:
Hello, I just want to know what happen if a client event take a long time to process, will that delay others, block them or process it anyway ? Do I need to use async as much as I can to avoid that ?
Flask on Python offer a multi-threaded server but I don't know if the Dart implementation offer the same functionnality
Thank you !
The text was updated successfully, but these errors were encountered: