我正在将我的python服务器作为threaded = True运行。删除它,让我的工作
app.run(host='0.0.0.0', port=5000, threaded=True)
---->
app.run(host='0.0.0.0', port=5000)
调试似乎对我没有任何影响

我正在将我的python服务器作为threaded = True运行。删除它,让我的工作
app.run(host='0.0.0.0', port=5000, threaded=True)
---->
app.run(host='0.0.0.0', port=5000)
调试似乎对我没有任何影响