- fix client open_websocket_url() when the URL path component is empty (#148)
NOTE:
wsaccel
, which was important for good performance ofwsproto <= 0.14
, has been dropped as a trio-websocket requirement. So ensure that your app either upgrades towsproto >= 0.15
or explicitly requireswsaccel
.
- allow dependency on recent
wsproto
versions - eliminate
yarl
,ipaddress
, andwsaccel
dependencies
- avoid contributing to dropped exceptions during finalization. (See Trio issue python-trio/trio#1559 for background.)
- reader task no longer raises unhandled exception on ClosedResourceError (#134)
- minor issues in example code, documentation, and type-hinting