Skip to content

0.2.0

Compare
Choose a tag to compare
@jpelgrom jpelgrom released this 08 Jan 17:36
· 9 commits to main since this release
bf43c31
  • Handle subscription task internally and split external functions for more granular control:
    • await subscribe, to know when it has connected or failed
    • disconnect, when done
  • Do not automatically request a status update after connecting, this must now be done manually to avoid unnecessary updates
  • Add function get_current_status (requests update + awaits response)
  • Handle any exception in incoming messages to keep connection loop alive