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
// If the server sends out check-in message, and there is a tracked active subscription in client side at the same time, it
506
-
// means current client does not realize this tracked subscription has gone, and we should forcibly timeout current
507
-
// subscription, and schedule a new one.
501
+
// When receiving check-in message, it means all tracked subscriptions for this node has gone in server side, if there is a related active subscription
502
+
// and subscription has not yet rescheduled in client side, we should forcibly timeout the current subscription, and schedule a new one.
508
503
if (!mIsResubscriptionScheduled)
509
504
{
510
505
// Closing will ultimately trigger ScheduleResubscription with the aReestablishCASE argument set to true, effectively
0 commit comments