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

@@ -10,3 +10,4 @@ bidict==0.22.1
flask-socketio==5.3.2
python-engineio==4.3.4
python-socketio==5.7.2
eventlet==0.33.2