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
ATTACH is sent periodically when channel is in SUSPENDED state as per https://sdk.ably.com/builds/ably/specification/main/features/#RTL13b. In case of ably-go, ATTACH is sent periodically when it is in DETACHED state ( since SUSPENDED is not fully implemented ). Timers sending ATTACH periodically can cause duplicate ATTACH being sent on CONNECTED
Attach
related changes were introduced as a part of protocol 2.attaching
,attached
andsuspended
states onceconnected
.suspended
state is partially implemented and need to be fully implemented. Related -> Inconsistent codebase state around whetherSUSPENDED
channel state is implemented #568ATTACH
is added to the connection or global queue before being sent, check description on -> [ECO-4687][Protocol-2] Fix duplicate outgoing ATTACH msg ably-ruby#416ATTACH
is sent periodically when channel is inSUSPENDED
state as per https://sdk.ably.com/builds/ably/specification/main/features/#RTL13b. In case ofably-go
,ATTACH
is sent periodically when it is inDETACHED
state ( since SUSPENDED is not fully implemented ). Timers sendingATTACH
periodically can cause duplicateATTACH
being sent onCONNECTED
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: