Flask-socketio: Is gunicorn 18.0 still preferred over 19.x?

Created on 10 Oct 2017  路  1Comment  路  Source: miguelgrinberg/Flask-SocketIO

Hi there - I'm debugging an issue where we are running flask-socketIO, gevent and gunicorn. As part of our debugging process we are re-validating our dependencies and systems configuration against the docs. I noticed this bit and was wondering if it was still valid.

(from https://flask-socketio.readthedocs.io/en/latest/)
Gunicorn release 18.0 is the recommended release to use with Flask-SocketIO. The 19.x releases are known to have incompatibilities in certain deployment scenarios that include WebSocket.

if this is still valid would someone be able to point me at a ticket or discussion as to what the issue with gunicorn 19.x is so that we can verify if we are running into it or not?

documentation

Most helpful comment

No. I should actually remove that note, it is outdated. The problems with newer gunicorn releases have been resolved, at least I have been using the latest 19 version without problems.

>All comments

No. I should actually remove that note, it is outdated. The problems with newer gunicorn releases have been resolved, at least I have been using the latest 19 version without problems.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nh916 picture nh916  路  3Comments

EndenDragon picture EndenDragon  路  3Comments

blstdmi picture blstdmi  路  3Comments

piyush121 picture piyush121  路  3Comments

novice79 picture novice79  路  3Comments