We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如图,性能指标收集很慢,都是5s多。实际上尝试http空接口请求也很慢,但如果不使用socketio.run(app, host=host, debug=False, port=port )启动服务,使用 app.run(host=host, port=port,debug=False)仅支持http接口请求,接口的响应速度是正常的。 不知道是什么原因,有没有优化方案
The text was updated successfully, but these errors were encountered:
嗯已知问题,用socketio.run是因为有些功能要用配合用websocket,还没时间调一下。下个版本改了
Sorry, something went wrong.
No branches or pull requests
如图,性能指标收集很慢,都是5s多。实际上尝试http空接口请求也很慢,但如果不使用socketio.run(app, host=host, debug=False, port=port )启动服务,使用 app.run(host=host, port=port,debug=False)仅支持http接口请求,接口的响应速度是正常的。
不知道是什么原因,有没有优化方案
The text was updated successfully, but these errors were encountered: