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
[#65] fix: CatchUpSubscription reconnect (as suggested in #65 (comment))
added: CatchUpSubscriptionSettings.resubscribeOnReconnect setting, that allows to enable/disable catchup subscription automatic resubscribe-on-reconnect (by default - enabled)
added: CatchUpSubscription.awaitStopped(duration) and CatchUpSubscription.awaitStopped(time, unit) methods that waits until the subscription stops or the specified waiting time elapses