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
serve_websocket() confusion
#42
belm0
closed
6 years ago
2
upgrade to Trio channels
#41
belm0
closed
6 years ago
2
Fix error handling for dropped connections (#23)
#40
mehaase
closed
6 years ago
0
BrokenStreamError deprecation
#39
belm0
closed
6 years ago
2
Restructure library to hide imported modules
#38
mehaase
closed
6 years ago
3
Arbitrary listeners and streams
#37
mehaase
closed
6 years ago
0
Use URLs in client API?
#36
njsmith
closed
6 years ago
4
Revisit optional nursery
#35
mehaase
closed
6 years ago
1
Server api
#34
mehaase
closed
6 years ago
1
null
#33
hyp3ri0n-ng
closed
6 years ago
0
server high CPU load
#32
belm0
opened
6 years ago
3
Revisit the "optional nursery" pattern
#31
mehaase
closed
6 years ago
3
Try replacing message queue with channels
#30
mehaase
closed
6 years ago
2
Should `WebSocketConnection` be an asynchronous iterator?
#29
mehaase
opened
6 years ago
4
Make the client's nursery argument optional
#28
mehaase
closed
6 years ago
1
Remove client class
#27
mehaase
closed
6 years ago
1
Remove client class
#26
mehaase
closed
6 years ago
1
Example server `--ssl` flag is broken
#25
mehaase
closed
6 years ago
1
WebSocketConnection now inherits AsyncResource
#24
mehaase
closed
6 years ago
0
server leaking trio.BrokenStreamError
#23
belm0
closed
6 years ago
9
client example not handling closed connection
#22
belm0
closed
6 years ago
16
path property and API connection semantics
#21
belm0
closed
6 years ago
1
the client connect(nursery) API is odd
#20
belm0
closed
6 years ago
7
remove info-level logging
#19
belm0
closed
6 years ago
0
use version with dev suffix on master
#18
belm0
closed
6 years ago
1
WebSocketConnection does not expose handshake path, etc.
#17
belm0
closed
6 years ago
3
Naming confusion
#16
belm0
closed
6 years ago
1
please publish to PyPi
#15
belm0
closed
6 years ago
1
wsproto divergence
#14
belm0
closed
6 years ago
4
shutdown lifetime issues
#13
belm0
closed
6 years ago
3
send_message() race condition
#12
belm0
closed
6 years ago
3
connection _close_message_queue() implementation
#11
belm0
closed
6 years ago
2
WebSocketServer improvements:
#10
belm0
closed
6 years ago
2
_reader_task() has receive_some() and event iteration reversed
#9
belm0
closed
6 years ago
1
server listen() should support the nursery start protocol
#8
belm0
closed
6 years ago
0
is WebSocketServer missing a close method?
#7
belm0
closed
6 years ago
3
server support for kernel port selection
#6
belm0
closed
6 years ago
0
Fix setup.py project URL so it can be installed via pip git+.
#5
belm0
closed
6 years ago
4
Allow more control over the handshake?
#4
njsmith
closed
6 years ago
7
WebSocketConnection should implement the trio.abc.AsyncResource interface
#3
njsmith
closed
6 years ago
3
Support for arbitrary Listeners and Streams
#2
njsmith
closed
6 years ago
1
Connection upgrade example
#1
belm0
opened
6 years ago
3
Previous