-
Notifications
You must be signed in to change notification settings - Fork 18
fix(client): Fix crash when receiving long messages #83
New issue
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
base: main
Are you sure you want to change the base?
Conversation
|
没看懂修复的原理是啥? |
我也不知道,我想看他抛出报错,但是添加了raise之后也没报错,而且必须要2个raise都在,不然就不起效 |
|
Debug一下他断开连接的时候具体抛的错误。 |
|
捕获了一个错误 |
|
|
我这边在未使用守护进程时也出现了类似的主进程静默退出情况。 代码在捕获断连后会休眠 1 秒。怀疑如果重连操作非常快(在 1 秒内完成), |
No description provided.