Bug Fixes
- Connection Status: Added missing
closingandclosedstates to theConnectionStatusenum. Previously these states were incorrectly mapped tofailed. #184
Note: If you are using an exhaustive when or switch statement over this enum, you’ll need to either handle
these new cases explicitly or add a default/else branch.