Attempt to fix socket.io errors

This commit is contained in:
Peter Stockings
2023-01-03 14:40:44 +11:00
parent 0556fb4c9e
commit f9e294c758
2 changed files with 3 additions and 2 deletions

View File

@@ -1 +1 @@
web: gunicorn app:app --workers=4 web: gunicorn --worker-class eventlet -w 1 app:app

View File

@@ -9,4 +9,5 @@ minify-html==0.10.3
bidict==0.22.1 bidict==0.22.1
flask-socketio==5.3.2 flask-socketio==5.3.2
python-engineio==4.3.4 python-engineio==4.3.4
python-socketio==5.7.2 python-socketio==5.7.2
eventlet==0.33.2