* Fix 30: ASGI transport now correctly handles server errors and closes the WebSocket instead of hanging. Thanks ysmu 🎉
0.3.0
New features ------------
* Add support for subprotocols [[Doccumentation](https://frankie567.github.io/httpx-ws/usage/subprotocols/)] * Thanks davidbrochart for the idea and feedback 👍
0.2.6
Bug fixes ---------
* Fix case where we try to schedule tasks in new threadpool during client close
0.2.5
Bug fixes ---------
* Fix 19: when both todo task and wait task are done in `_wait_until_closed`, make sure to always return the todo task result
0.2.4
Bug fixes ---------
* Fix 15: make sure default HTTPX client is closed.
0.2.3
Improvements ------------
* When closing, stop background threads early when they're stuck in a waiting operation