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 am using Wsocket with a wsgi compatible app based on werkzeug (middleware) . it works but when i try to run the app with gunicorn socket stops to work ( others tradizional routes still works )
gunicorn -w 2 -b 0.0.0.0:55226 zero:app
this is the simple string i use
someone is using in conjunction with uwsgi or gunicorn ?
thanks
The text was updated successfully, but these errors were encountered:
i am using Wsocket with a wsgi compatible app based on werkzeug (middleware) . it works but when i try to run the app with gunicorn socket stops to work ( others tradizional routes still works )
gunicorn -w 2 -b 0.0.0.0:55226 zero:app
this is the simple string i use
someone is using in conjunction with uwsgi or gunicorn ?
thanks
The text was updated successfully, but these errors were encountered: