Replies: 1 comment
-
PyWebIO server模式本质也是一个Tornado应用,可以参考Tornado server停止服务的做法,然后配合 参见: https://pywebio.readthedocs.io/zh_CN/latest/guide.html#integration-with-web-framework |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
注: 对于PyWebIO使用咨询或对于其他人也可能有帮助的问题,请考虑移至 Discussions 进行发帖。
BUG描述
描述BUG表现以及复现方式。
如果浏览器控制台有报错以及脚本抛出异常也请将报错信息附上
环境信息
python3 --version
查看python3 -c "import pywebio;print(pywebio.__version__)"
查看使用了start_server() 启动的服务,除了使用ctrl+c以外,有没有其他优雅的方式关闭服务。
Beta Was this translation helpful? Give feedback.
All reactions