issues
search
python-trio
/
trio-websocket
WebSocket client and server implementation for Python Trio
MIT License
70
stars
26
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix loss of context/cause on exceptions raised inside open_websocket
#192
jakkdl
opened
1 month ago
1
__cause__ and __context__ on user exceptions are lost when running with exception groups
#191
jakkdl
opened
1 month ago
0
Connection is failing to upgrade. wsproto is too old.
#190
jc211
opened
1 month ago
0
drop 3.7, add mypy test, bump reqs, etc
#189
jakkdl
closed
5 months ago
0
Support strict_exception_groups=True
#188
jakkdl
closed
1 month ago
8
Test failures with `trio >= 0.25.0`
#187
mgorny
closed
1 month ago
7
Add the ability to specify the buffer size.
#186
palkeo
opened
1 year ago
1
Don't explicitly pass a default (small) receive size, let trio choose.
#185
palkeo
opened
1 year ago
0
_handle_ping_event() occasionally sends to closed socket
#184
brandyn
opened
1 year ago
0
add py3.11+3.12 and pypy3.9+3.10 to CI, conditionally require exceptiongroup
#183
jakkdl
closed
1 year ago
1
Fix a hang when the remote hangs up rudely
#182
orausch
closed
1 year ago
2
RFE: is it possible to start making github releases?🤔
#181
kloczek
closed
1 year ago
1
Use built-in exception groups in Python 3.11+
#180
mgorny
closed
1 year ago
11
refine Trio version check to handle suffixes like "+dev"
#179
belm0
closed
1 year ago
0
trio_websocket makes wrong assumptions about `trio.__version__`
#178
mgorny
closed
1 year ago
3
Blacken
#177
njsmith
opened
1 year ago
6
How to serve with Hypercorn
#176
realsama
closed
1 year ago
2
Uncaught `LocalProtocolError` (wsproto >= 1.2.0)
#175
notonamap
closed
1 year ago
11
Set minimum Python version to 3.7 in README.md
#174
mdmintz
closed
1 year ago
0
Please make a new release
#173
mgorny
closed
1 year ago
5
TrioDeprecationWarning about MultiError with trio >= 0.22
#172
girtsf
closed
1 year ago
8
Bump certifi from 2021.10.8 to 2022.12.7
#171
dependabot[bot]
closed
1 year ago
1
Support JSON/`dict` payloads for sending and receiving.
#170
i0bs
opened
2 years ago
0
does trio-websocket support proxy?
#169
Mithrilwoodrat
opened
2 years ago
1
include LICENSE in source distributions
#168
bollwyvl
closed
2 years ago
3
Add inline type hints
#167
A5rocks
closed
2 years ago
4
0.9.2: fixture 'nursery' not found
#166
kloczek
closed
3 years ago
2
Debugging connection closed on 1006
#165
nicknotfun
opened
3 years ago
2
Bump babel from 2.9.0 to 2.9.1
#164
dependabot[bot]
closed
2 years ago
2
Sending `ping` conflicts with `send_message`
#163
p-i-
closed
3 years ago
2
anyio port WIP
#162
belm0
opened
3 years ago
0
WebSocketServer.run() docs and shutdown
#161
pikeas
opened
3 years ago
3
Bump urllib3 from 1.26.2 to 1.26.5
#160
dependabot[bot]
closed
2 years ago
3
fix reason not being set after local close
#159
belm0
closed
1 year ago
1
get_message() sometimes missing close reason
#158
pikeas
closed
1 year ago
17
Bump py from 1.9.0 to 1.10.0
#157
dependabot[bot]
closed
2 years ago
2
Bump urllib3 from 1.26.2 to 1.26.4
#156
dependabot[bot]
closed
3 years ago
2
Bump pygments from 2.7.2 to 2.7.4
#155
dependabot[bot]
closed
2 years ago
2
Bump jinja2 from 2.11.2 to 2.11.3
#154
dependabot[bot]
closed
2 years ago
2
Bump urllib3 from 1.26.2 to 1.26.3
#153
dependabot[bot]
closed
2 years ago
1
Bump cryptography from 3.2.1 to 3.3.2
#152
dependabot[bot]
closed
3 years ago
3
Bump bleach from 3.2.1 to 3.3.0
#151
dependabot[bot]
closed
3 years ago
3
server: close TCP connection after CloseConnection event
#150
belm0
closed
3 years ago
2
Fix " Illegal target characters" when connecting to URL with zero-length path
#149
bluetech
closed
3 years ago
6
connection fails on URL without a path component
#148
goodboy
closed
3 years ago
10
autobahn test failures
#147
belm0
closed
3 years ago
4
re-enable of python3.5 on travis
#146
belm0
closed
4 years ago
1
travis: upgrade linux dist to avoid openssl deprecation error
#145
belm0
closed
4 years ago
1
avoid contributing to dropped exceptions during finalization
#144
belm0
closed
4 years ago
1
Fix some deprecations in tests + remove some dependencies
#143
bluetech
closed
4 years ago
4
Next