Conversation
|
wudongyue seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
@piLurk 感谢贡献,麻烦签署一下评论内的 CLA 协议 ~ |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2843 +/- ##
==========================================
- Coverage 57.67% 57.66% -0.01%
==========================================
Files 1336 1336
Lines 83923 83923
Branches 17455 17455
==========================================
- Hits 48401 48397 -4
- Misses 32286 32289 +3
- Partials 3236 3237 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
|
@hacke2 感觉不应该改这里,这里的本意不是链式状态,调用的地方用 reachedAnyState 比较合适,有更多上下文?
|
签署了 |
@piLurk 这里感觉 |


Types
Background or solution
eventBus 中长链接状态中断或错误消息一直被阻塞,无法发出:
#2828
ClientAppStateService 是一个标准的状态机,看起来设计之初并不保证下一个生命周期 的状态是链式的。因此这里应该使用 reachedAnyState 方法,而不是用reachedState方法。
Changelog