File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release history
2
2
3
3
## trio-websocket 0.10.1 (2023-03-18)
4
- ### Changed
4
+ ### Fixed
5
5
- ` send_message() ` is changed to raise ` ConnectionClosed ` when a close
6
6
handshake is in progress. Previously, it would silently ignore
7
7
the call, which was an oversight, given that ` ConnectionClosed ` is
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ available here](https://trio-websocket.readthedocs.io).
20
20
21
21
## Alternatives
22
22
23
- If you happen to only need a server, using Quart via the [ quart-trio] ( https://gitlab .com/pgjones/quart-trio/ )
23
+ If you happen to only need a server, using Quart via the [ quart-trio] ( https://github .com/pgjones/quart-trio )
24
24
extension may suffice. While trio-websocket is more flexible, Quart covers
25
25
both HTTP and WebSocket within a single framework, and serving both from the
26
26
same port is straightforward. There has yet to be a performance comparison.
You can’t perform that action at this time.
0 commit comments