-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
bugSomething isn't working. It's clear that this does need to be fixed.Something isn't working. It's clear that this does need to be fixed.
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. - 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 of
ably-javawe had observed duplicateATTACHEDbeing received in the response during re-connection. Need to check if this is the case and how can we avoid it.
Copilot
Metadata
Metadata
Assignees
Labels
bugSomething isn't working. It's clear that this does need to be fixed.Something isn't working. It's clear that this does need to be fixed.