i am trying to start a socketio server with async mode 'gevent_uwsgi' - sio = socketio.Server(async_mode='gevent_uwsgi'), but i have an error raise ValueError('Invalid async_mode specified') ValueError: Invalid async_mode specified. What i need to import/download to make this work?
sio = socketio.Server(async_mode='gevent_uwsgi')
raise ValueError('Invalid async_mode specified') ValueError: Invalid async_mode specified
1.4m articles
1.4m replys
5 comments
57.0k users