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
Presence queue was added as a part of the commit c41ddeb. This means there is no need to maintain channel queue as per spec. It can be completely removed altogether. This has been identified while working on ably-ruby. See comment -> ably/ably-ruby#407 (comment)
, for both ConnectionStateConnected and ConnectionStateFailed, we need to flush and fail the presence queue as well.
We used to do it before this commit was added. Currently, we only do it when channel is detached, failed or suspended. Also, need to check if this is really needed
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: