Attempt to fix socket.io errors
This commit is contained in:
2
Procfile
2
Procfile
@@ -1 +1 @@
|
||||
web: gunicorn app:app --workers=4
|
||||
web: gunicorn --worker-class eventlet -w 1 app:app
|
||||
@@ -9,4 +9,5 @@ minify-html==0.10.3
|
||||
bidict==0.22.1
|
||||
flask-socketio==5.3.2
|
||||
python-engineio==4.3.4
|
||||
python-socketio==5.7.2
|
||||
python-socketio==5.7.2
|
||||
eventlet==0.33.2
|
||||
Reference in New Issue
Block a user