-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Attachrelated changes were introduced as a part of protocol 2.- As per protocol 2, ATTACH msg should be sent for every channel in
attaching,attachedandsuspendedstates onceconnected. suspendedstate is partially implemented and need to be fully implemented. Related -> Inconsistent codebase state around whetherSUSPENDEDchannel state is implemented #568- There are various mechanisms by which duplicate ATTACH can be sent
ATTACHis 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels