I´m trying to run flask-socketIO + Gevent with this config: App.py if __name__ == "__main__": socketio.run( flask_app, host="127.0.0.1", port=5000, ...
確定! 回上一頁