ksenginew / WSocket

Simple WSGI HTTP + Websocket Server, Framework, Middleware And App.
https://wsocket.gitbook.io/
MIT License
25 stars 3 forks source link

Gunicorn #20

Open Framelony opened 2 years ago

Framelony commented 2 years ago

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

ksenginew commented 2 years ago

@Framelony I'm sorry for the late reply. Can you provide a minimal reproduceable example.