Replies: 1 comment
-
I believe this is the designed behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
长轮询发现客户端与服务端版本不一致时,在触发sync()前已经把本地的版本号(m_notifications)更新为远程的新版本号,如果sync在重试后依然失败,那是否意味着客户端短时间内没拿到新配置,且长轮询也无法发现本地配置版本落后,只能通过schedulePeriodicRefresh 定时刷新的机制来保证最终一致性。
疑问代码:
Beta Was this translation helpful? Give feedback.
All reactions