We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b761d41 commit c9f38aeCopy full SHA for c9f38ae
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release history
2
3
+## trio-websocket 0.10.4 (2023-09-06)
4
+### Fixed
5
+- fix client hang when connection lost just after remote closes
6
+
7
## trio-websocket 0.10.3 (2023-06-08)
8
### Fixed
9
- fixed exception when installed trio package version has a suffix like `+dev`
trio_websocket/_version.py
@@ -1 +1 @@
-__version__ = '0.11.0-dev'
+__version__ = '0.10.4'
0 commit comments