heroku-python / flask-sockets

[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock
MIT License
1.74k stars 167 forks source link

No custom Gunicorn worker? #45

Closed jburrill closed 7 years ago

jburrill commented 7 years ago

Where does one find the flask_sockets.worker?

o3bvv commented 7 years ago

It's an alias to geventwebsocket.gunicorn.workers.GeventWebSocketWorker.

See also: https://github.com/kennethreitz/flask-sockets/blob/master/flask_sockets.py#L19

Does this answer your question?