You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2019. It is now read-only.
有个疑问,想要退出client.dispatch必须要proxy.read收到消息,但在hub中signup后将user.exit设置true,它也需等到消息才会从dispatch中退出, 这个时候会read一条可能是agent处理的消息, 但是在将链接转移到agent中,agent通过proxy.read就读不到那条消息,反复测试了几次确实有此类问题。
追加: 看了client的代码,在login前加了一个无用的ping避开了此问题, 除了此类解决办法,时候还要更合适一点办法。