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
We think the spec does not define what should happen when the following sequence of events occurs:
the user calls detach(), putting the channel into DETACHING;
some time after, the connection becomes SUSPENDED;
some time after, the connection becomes CONNECTED again.
In particular, does the channel reattach and start receiving messages again? The desired behaviour is that it not do so. The way in which to make this happen is probably to make sure that the channel ends up in the DETACHED state when the connection becomes SUSPENDED.
The aims of this task are to:
make sure that this behaviour is specified
once specified, create SDK repo issues to implement this
in particular, implement in JS as a priority
The text was updated successfully, but these errors were encountered:
See internal conversation.
We think the spec does not define what should happen when the following sequence of events occurs:
detach()
, putting the channel intoDETACHING
;SUSPENDED
;CONNECTED
again.In particular, does the channel reattach and start receiving messages again? The desired behaviour is that it not do so. The way in which to make this happen is probably to make sure that the channel ends up in the
DETACHED
state when the connection becomesSUSPENDED
.The aims of this task are to:
The text was updated successfully, but these errors were encountered: