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
I’m running the deploy-cores-with-lots-of-active-channels test, and under load we get some channels being detached, which results in a DETACHED message with error sent to the client.
However, in ably-js we then transition to failed instead of detached:
Ably: Transport.onProtocolMessage(): received on web_socket: [ProtocolMessage; action=DETACHED; channel=testchannel923; error=[ErrorInfo: Master retired/disabled; statusCode=400; code=40000]]
Ably: Channel state for channel "testchannel923": failed; reason: Master retired/disabled, code: 40000
The text was updated successfully, but these errors were encountered:
I’m running the deploy-cores-with-lots-of-active-channels test, and under load we get some channels being detached, which results in a
DETACHED
message witherror
sent to the client.However, in ably-js we then transition to
failed
instead ofdetached
:The text was updated successfully, but these errors were encountered: