0.2.0
- Handle subscription task internally and split external functions for more granular control:
await subscribe
, to know when it has connected or faileddisconnect
, 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