Skip to content

1.1.0

Latest

Choose a tag to compare

@ttypic ttypic released this 30 Oct 15:22
1ac4e5d

Bug Fixes

  • Connection Status: Added missing closing and closed states to the ConnectionStatus enum. Previously these states were incorrectly mapped to failed. #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.