Skip to content

Conversation

@chenquanquan
Copy link

1.gunicorn的问题通过gevent自带的monkey patch修复。
2.Flask-SocketIO采用了新的run接口。

chenchacha added 3 commits December 30, 2018 11:22
This patch replace functions and classes in the standard socket
module with their cooperative counterparts. That way even the
modules that are unaware of gevent can benefit from running in a
multi-greenlet environment.

Signed-off-by: chenchacha <chen.chenchacha@foxmail.com>
The socketio.run() function encapsulates the start up of the web
server and replaces the app.run() standard Flask development server
start up.

Signed-off-by: chenchacha <chen.chenchacha@foxmail.com>
Move device server address entry to left bar.

Signed-off-by: chenchacha <chen.chenchacha@foxmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant