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
-**Connection Status**: Added missing `closing` and `closed` states to the `ConnectionStatus` enum. Previously these states were incorrectly mapped to `failed`. [#184](https://github.com/ably/ably-chat-kotlin/pull/184)
10
+
11
+
**Note:** If you are using an exhaustive when or switch statement over this enum, you’ll need to either handle
12
+
these new cases explicitly or add a default/else branch.
0 commit comments