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
In case of ably-java we had observed duplicate ATTACHED being received in the response during re-connection. Need to check if this is the case and how can we avoid it.
Attach
related changes were introduced as a part of protocol 2.attaching
,attached
andsuspended
states onceconnected
.ATTACH
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.ably-java
we had observed duplicateATTACHED
being received in the response during re-connection. Need to check if this is the case and how can we avoid it.┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: