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
ably-java reattaches on DETACHED even if connection state was attaching. This is a serious issue as if realtime deliberately refused the attach, you get into a busy loop that can start sending thousands of attaches per second. Correct behaviour is per RTL13 https://docs.ably.io/client-lib-development-guide/features/#RTL13
The text was updated successfully, but these errors were encountered:
https://github.com/ably/ably-java/blob/develop/lib/src/main/java/io/ably/lib/realtime/Channel.java#L948-L952
ably-java reattaches on DETACHED even if connection state was
attaching
. This is a serious issue as if realtime deliberately refused the attach, you get into a busy loop that can start sending thousands of attaches per second. Correct behaviour is per RTL13 https://docs.ably.io/client-lib-development-guide/features/#RTL13The text was updated successfully, but these errors were encountered: