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
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