Slurry-websocket

Latest version: v0.4.2

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

Scan your dependencies

Page 1 of 4

0.4.2

* Update to slurry 1.2.0.

0.4.1

* Update all dependencies. Minimum required python version is 3.7.

0.3.3

* Update trio+slurry

0.3.2

* Use debug log level instead of info.

0.3.1

Previous versions of slurry-websocket would swallow connection closed exceptions, leaving the pipeline oblivious to remote closure
of the websocket. After experimenting with the consequences of this behaviour, it looks as if it would be more helpful to propagate
these events. This has the following consequences:

The pipeline will now raise ConnectionClosed, when the websocket section has it's underlying connection closed. This is propagated via the pump task that is running the section.

Any open Pipeline taps will close. No errors will be raised from taps. There isn't really any way to notify taps of errors, with any specificity. Taps are MemoryReceiveChannels and are effectively insulated from any errors that happen on the send side, by design.

* Fix: Revert pipeline closure handling.

0.2.10

* Simplify connection closure cleanup. Dead code removal and simpler logging.
* Update dependencies.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.