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
http://docs.ably.io/realtime/connection/ (under 'disconnected') says: "If connection state recovery is not possible following a new connection being established, all channels are detached".
This currently doesn't happen. On reconnect, even if realtime emits {"action":4,"error":{"message":"Invalid connection key specified to recover/resume","code":80008,"statusCode":400},"connectionId":"cEWCuTzuPp","connectionKey":"cEWCuTzuPpYvGVKN","connectionSerial":-1}, channels stay in the 'attached' state.
`
The text was updated successfully, but these errors were encountered:
SimonWoolf
added
the
bug
Something isn't working. It's clear that this does need to be fixed.
label
Aug 26, 2015
http://docs.ably.io/realtime/connection/ (under 'disconnected') says: "If connection state recovery is not possible following a new connection being established, all channels are detached".
This currently doesn't happen. On reconnect, even if realtime emits
{"action":4,"error":{"message":"Invalid connection key specified to recover/resume","code":80008,"statusCode":400},"connectionId":"cEWCuTzuPp","connectionKey":"cEWCuTzuPpYvGVKN","connectionSerial":-1}
, channels stay in the 'attached' state.`
The text was updated successfully, but these errors were encountered: