Bitmex-trio-websocket

Latest version: v0.16.1

Safety actively analyzes 701309 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 7

0.14.2

* Log websocket closure on errors.
* Update trio

0.14.0

Remote closure behaviour changed again. Closure will now result in a ConnectionClosed error being raised into the pipeline.
Listeners will simply be closed.

0.13.2

* Revert 0.13.1 error handling to 0.13.0. It is most likely preferable that all listeners are notified of websocket closure.
* Update slurry-websocket.

0.13.1

* Raising on all listeners seems a bit noisy. Now raises once from the context manager, if close code != 1000.
* Update dependencies.

0.13.0

New behaviour: If the websocket is closed remotely, bitmex-trio-websocket will now raise trio-websocket.ConnectionClosed,
and include the underlying reason for the closure, on all open listeners. Previously, listener generator functions would
simply end silently, and you would have to either assume that the websocket was remotely closed, or peek into the private
_websocket attribute to check the underlying websocket state.

0.12.2

* Check if the websocket is still open, before attempting to unsubscribe from tables. No sense talking to a dead phone line.

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.