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
Attachrelated changes were introduced as a part of protocol 2.attaching,attachedandsuspendedstates onceconnected.suspendedstate is partially implemented and need to be fully implemented. Related -> Inconsistent codebase state around whetherSUSPENDEDchannel state is implemented #568ATTACHis added to the connection or global queue before being sent, check description on -> [ECO-4687][Protocol-2] Fix duplicate outgoing ATTACH msg ably-ruby#416ATTACHis sent periodically when channel is inSUSPENDEDstate as per https://sdk.ably.com/builds/ably/specification/main/features/#RTL13b. In case ofably-go,ATTACHis sent periodically when it is inDETACHEDstate ( since SUSPENDED is not fully implemented ). Timers sendingATTACHperiodically can cause duplicateATTACHbeing sent onCONNECTED┆Issue is synchronized with this Jira Task by Unito