* When closing, stop background threads early when they're stuck in a waiting operation
0.2.2
Improvements ------------
* Automatic keepalive ping mechanism
0.2.1
Improvements ------------
* Handle immediate close from the server in ASGI transport * Improve network errors handling
0.2.0
Improvements ------------
* Documentation is live ➡️ https://frankie567.github.io/httpx-ws/ * Revamp implementation with a background thread/task receiving messages * Automatic management of ping/pong events
0.1.1
Features --------
* Add a `.ping` method. Thanks kousikmitra 🎉
Improvements ------------
* Pin lower bound version of `httpx` and `httpcore` dependencies * `httpx>=0.23.1` * `httpcore>=0.16.1`
0.1.0
> ⚠️ This is a very young project. Expect bugs 🐛
Features --------
* `connect_ws` helper to talk to WebSockets synchronously. * `aconnect_ws` helper to talk to WebSockets asynchronously. * `ASGIWebSocketTransport` to test WebSockets in ASGI apps directly.