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
I suspect the answer is yes. However waitress is a threaded server and using it with long-lived connections such as long polling would be highly discouraged. Web sockets and other protocols also will not work.
I have a flask server that also acts as a socketio server through flask-socketio - all served behind a nginx reverse proxy server...
Can I use waitress to serve my app in production? Any tips or help would be greatly appreciated!
-G
The text was updated successfully, but these errors were encountered: