miguelgrinberg / turbo-flask

Integration of Hotwire's Turbo library with Flask.
MIT License
301 stars 35 forks source link

Silence broken OS errors from the WebSocket layer (Fixes #12) #13

Closed JaccoVE closed 3 years ago

JaccoVE commented 3 years ago

I did some more testing but somehow I cannot replicate the error anymore (at least not in 30 minutes). Previously this error occurred with Gunicorn and also with the default Flask server it is running fine. So maybe it is more related to some Gunicorn setting as stated here:

https://github.com/benoitc/gunicorn/issues/1877