fy
fy
经测试,指令执行中抛出异常并不会导致这个问题
经测试,onMessageReceived中抛出异常也不会导致这个问题
看报错是 attempt to write a readonly database 如何复现?
可以啊 就那个db文件就是
不用 长期运行有多种方式,最简单的nohup、tmux/screen运行,常用的比如systemd、supervisord
时代变了,tornado 6.0 移除了 callback 参数,你直接把那行 ```python super(View, self).flush(include_footers, callback) ``` 改成 ```python super(View, self).flush(include_footers) ``` 应该就行了 https://www.tornadoweb.org/en/stable/web.html#tornado.web.RequestHandler.flush
可以,只是不支持python2
Application的cors选项: CORS_OPTIONS = CORSOptions('*', allow_credentials=True, expose_headers='*', allow_headers='*')
呃 回头我写一下config.py的内容将被private.py所覆盖这件事
Can't agree more.