Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/python-websockets/websockets
Library for building WebSocket servers and clients in Python
https://github.com/python-websockets/websockets
Python 3.13: failed test tests.sync.test_connection.ServerConnectionTests.test_writing_in_send_context_fails
FliegendeWurst opened this issue 5 days ago
FliegendeWurst opened this issue 5 days ago
Read chunked HTTP responses.
aaugustin opened this pull request 7 days ago
aaugustin opened this pull request 7 days ago
Ignore malformed pongs
drc38 opened this pull request 11 days ago
drc38 opened this pull request 11 days ago
Error on switching to new asyncio
drc38 opened this issue 13 days ago
drc38 opened this issue 13 days ago
DeprecationWarning: websockets.server.serve is deprecated
snowuyl opened this issue 18 days ago
snowuyl opened this issue 18 days ago
perf: Repeat with line 71, read data stream repeatedly
nanmuyao opened this pull request 28 days ago
nanmuyao opened this pull request 28 days ago
Connection.send() never returns with the asyncio client
parmentelat opened this issue about 1 month ago
parmentelat opened this issue about 1 month ago
Bump actions/attest-build-provenance from 1 to 2
dependabot[bot] opened this pull request about 1 month ago
dependabot[bot] opened this pull request about 1 month ago
Is there a way to catch handshake exceptions
juaoose opened this issue about 1 month ago
juaoose opened this issue about 1 month ago
Expose ServerConnection in websockets.__init__.__all__
gandhis1 opened this issue about 1 month ago
gandhis1 opened this issue about 1 month ago
Bump pypa/cibuildwheel from 2.21.3 to 2.22.0
dependabot[bot] opened this pull request about 1 month ago
dependabot[bot] opened this pull request about 1 month ago
File "websockets\sync\connection.py", line 891, in close_socket AssertionError
albertyue opened this issue about 1 month ago
albertyue opened this issue about 1 month ago
Cannot access path in websockets.serve handler
HaroldObasi opened this issue about 1 month ago
HaroldObasi opened this issue about 1 month ago
Resolve "Default `max_queue` blocks websocket cancellation with high traffic"
btschwertfeger opened this pull request about 1 month ago
btschwertfeger opened this pull request about 1 month ago
Default `max_queue` blocks websocket cancellation with high traffic
btschwertfeger opened this issue about 2 months ago
btschwertfeger opened this issue about 2 months ago
Solve fix 403 forbidden when dial with CDN edge IP with Custom SNI
mebest100 opened this issue about 2 months ago
mebest100 opened this issue about 2 months ago
fix 403 forbidden when dial with CDN edge IP with Custom SNI
mebest100 opened this pull request about 2 months ago
mebest100 opened this pull request about 2 months ago
Unclear behaviour of recv(timeout=0) for Server (threading)
savejeff opened this issue about 2 months ago
savejeff opened this issue about 2 months ago
EOFError: stream ends after 0 bytes
castelo-software opened this issue about 2 months ago
castelo-software opened this issue about 2 months ago
Websockets 14 does not accept Transfer-Encoding header in error responses
Jolmberg opened this issue about 2 months ago
Jolmberg opened this issue about 2 months ago
Reintroduce InvalidMessage.
aaugustin opened this pull request about 2 months ago
aaugustin opened this pull request about 2 months ago
EOFError from connection handshake failure between websockets==14.0 client and websockets==8.1 server
DrPyser opened this issue about 2 months ago
DrPyser opened this issue about 2 months ago
object has no attribute 'fail_connection' after upgrading to 14.0
carlosmiei opened this issue about 2 months ago
carlosmiei opened this issue about 2 months ago
example/faq/health_check_server.py bug: connection.respond expects str not bytes
TrevinAvery opened this issue about 2 months ago
TrevinAvery opened this issue about 2 months ago
Issue: Last Message Not Received Before WebSocket Connection Closes in websockets 14.0
jmtts opened this issue about 2 months ago
jmtts opened this issue about 2 months ago
Sesame Package is archived
simontorres opened this issue about 2 months ago
simontorres opened this issue about 2 months ago
Add close_code and close_reason to new implementations.
aaugustin opened this pull request 2 months ago
aaugustin opened this pull request 2 months ago
Support max_queue=None like the legacy implementation.
aaugustin opened this pull request 2 months ago
aaugustin opened this pull request 2 months ago
Fix issue 1538
aaugustin opened this pull request 2 months ago
aaugustin opened this pull request 2 months ago
TypeError: websockets.asyncio.messages.Assembler() argument after * must be an iterable, not NoneType
Joshuaalbert opened this issue 2 months ago
Joshuaalbert opened this issue 2 months ago
Add missing import
simontorres opened this pull request 2 months ago
simontorres opened this pull request 2 months ago
Closed Behaviour Change 14.0
cl-dqh opened this issue 2 months ago
cl-dqh opened this issue 2 months ago
Implementation upgrade document does not mention `connection.close_code`
vytas7 opened this issue 2 months ago
vytas7 opened this issue 2 months ago
Pylint alerts corrections as part of an intervention experiment
evidencebp opened this issue 2 months ago
evidencebp opened this issue 2 months ago
Remove stack traces from INFO and WARNING logs.
aaugustin opened this pull request 2 months ago
aaugustin opened this pull request 2 months ago
Implementationn of optional Solve for Suggested Change in Issue #1532
Electron4444 opened this pull request 2 months ago
Electron4444 opened this pull request 2 months ago
Fix for Issue #1532
Electron4444 opened this pull request 2 months ago
Electron4444 opened this pull request 2 months ago
ServerConnection._aiter_ not raising websockets.execptions.ConnectionClosed
Electron4444 opened this issue 2 months ago
Electron4444 opened this issue 2 months ago
AssertionError on HTTP responses without a Content-Length
aaugustin opened this issue 3 months ago
aaugustin opened this issue 3 months ago
Rewrite sync Assembler to improve performance.
aaugustin opened this pull request 3 months ago
aaugustin opened this pull request 3 months ago
How do I specific another network interface while using websockets.asyncio.client.connect ?
yo123abxd opened this issue 3 months ago
yo123abxd opened this issue 3 months ago
Stance on use by AI projects
thegeronimo opened this issue 3 months ago
thegeronimo opened this issue 3 months ago
timed out waiting for keepalive pong error never closes the connection
go-- opened this issue 3 months ago
go-- opened this issue 3 months ago
The docs for websockets.sync.Connection.recv are not rendered correctly in VSCode
plorgai-ta opened this issue 3 months ago
plorgai-ta opened this issue 3 months ago
Blind fix for coverage failing in GitHub Actions.
aaugustin opened this pull request 3 months ago
aaugustin opened this pull request 3 months ago
'WebSocketServerProtocol' object has no attribute 'protocol' when using broadcast
mvdwetering opened this issue 3 months ago
mvdwetering opened this issue 3 months ago
UTF-8 decoding errors aren't handled properly
aaugustin opened this issue 3 months ago
aaugustin opened this issue 3 months ago
Incorrect reporting of PayloadTooBig when reading fragmented messages
aaugustin opened this issue 3 months ago
aaugustin opened this issue 3 months ago
Bump pypa/cibuildwheel from 2.20.0 to 2.21.3
dependabot[bot] opened this pull request 3 months ago
dependabot[bot] opened this pull request 3 months ago
Python universal fat binary >= 13.1?
walt-jones opened this issue 3 months ago
walt-jones opened this issue 3 months ago
To avoid double work please add byte as posible consumer for connection.respond()
stalkerg opened this issue 3 months ago
stalkerg opened this issue 3 months ago
Bump pypa/cibuildwheel from 2.20.0 to 2.21.2
dependabot[bot] opened this pull request 3 months ago
dependabot[bot] opened this pull request 3 months ago
Nginx Reverse Proxy - Unix Socket - Permission Denied
AhmedERady opened this issue 3 months ago
AhmedERady opened this issue 3 months ago
Add option to force sending text or binary frames.
aaugustin opened this pull request 3 months ago
aaugustin opened this pull request 3 months ago
How would I be able to send bytes data as a text frame.
percojazz opened this issue 3 months ago
percojazz opened this issue 3 months ago
How to override the ping method in connection class to send a custome ping frame
river7816 opened this issue 3 months ago
river7816 opened this issue 3 months ago
Reduce noise in logs when process_request returns an HTTP response
aaugustin opened this issue 3 months ago
aaugustin opened this issue 3 months ago
How to custom the message pack for ping pong message
Crypto7816 opened this issue 3 months ago
Crypto7816 opened this issue 3 months ago
Runtime error <TCPTransport closed=True reading=False 0x557a7044d410>
MianBilalSadiq-ProDev opened this issue 4 months ago
MianBilalSadiq-ProDev opened this issue 4 months ago
执行pytest失败,报TimeoutError
dabao1990 opened this issue 4 months ago
dabao1990 opened this issue 4 months ago
13.1: pytest fails in 3 units
kloczek opened this issue 4 months ago
kloczek opened this issue 4 months ago
Documentation should clarify that keepalive is supported in async client only
MarshalX opened this issue 4 months ago
MarshalX opened this issue 4 months ago
Deprecate legacy implementation
aaugustin opened this pull request 4 months ago
aaugustin opened this pull request 4 months ago
Wait until state is CLOSED to acces close_exc.
aaugustin opened this pull request 4 months ago
aaugustin opened this pull request 4 months ago
Improve exception handling during handshake.
aaugustin opened this pull request 4 months ago
aaugustin opened this pull request 4 months ago
Bump pypa/cibuildwheel from 2.20.0 to 2.21.1
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
Missing Alert Message before disconnection when a TLS connection error occurs
m4su6747 opened this issue 4 months ago
m4su6747 opened this issue 4 months ago
Bump pypa/cibuildwheel from 2.20.0 to 2.21.0
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
About Log Message Formatting on Reconnect
jbdyn opened this issue 4 months ago
jbdyn opened this issue 4 months ago
Stop if process_request/response aborts the opening handshake.
aaugustin opened this pull request 4 months ago
aaugustin opened this pull request 4 months ago
websockets.asyncio.connection.Connection.recv is replacing all RuntimeError exceptions
lfse-slafleur opened this issue 4 months ago
lfse-slafleur opened this issue 4 months ago
DEBUG
aaugustin opened this pull request 4 months ago
aaugustin opened this pull request 4 months ago
Improve handling and reporting of exceptions during opening handshake
aaugustin opened this pull request 4 months ago
aaugustin opened this pull request 4 months ago
Unittest failing with “ AttributeError: module 'typing' has no attribute 'StatusLike' ”
mxjeff opened this issue 4 months ago
mxjeff opened this issue 4 months ago
Follow redirects in the new asyncio implementation.
aaugustin opened this pull request 4 months ago
aaugustin opened this pull request 4 months ago
speedups.c is missing from the 13.0 source distribution
BwL1289 opened this issue 5 months ago
BwL1289 opened this issue 5 months ago
Multiple clients from localhost
endertable opened this issue 5 months ago
endertable opened this issue 5 months ago
Add automatic reconnection to the new asyncio implementation.
aaugustin opened this pull request 5 months ago
aaugustin opened this pull request 5 months ago
Clean up exceptions
aaugustin opened this pull request 5 months ago
aaugustin opened this pull request 5 months ago
Respond with HTP 414 or 431 when exceeding security limits
aaugustin opened this issue 5 months ago
aaugustin opened this issue 5 months ago
Threading server should close connections on exit
aaugustin opened this issue 5 months ago
aaugustin opened this issue 5 months ago
Client initiated close always runs into `close_timeout`
baxterjo opened this issue 5 months ago
baxterjo opened this issue 5 months ago
Expose list of connections as an attribute of WebSocketServer
aaugustin opened this issue 5 months ago
aaugustin opened this issue 5 months ago
Inconsistent raw frames when sending a custom text frame with an empty body
edw4rb opened this issue 5 months ago
edw4rb opened this issue 5 months ago
Bump pypa/cibuildwheel from 2.16.2 to 2.20.0
dependabot[bot] opened this pull request 5 months ago
dependabot[bot] opened this pull request 5 months ago
Clean up tests on PyPy
aaugustin opened this issue 5 months ago
aaugustin opened this issue 5 months ago
Reduce MS for situations with performance penalties.
aaugustin opened this pull request 5 months ago
aaugustin opened this pull request 5 months ago
Bump pypa/cibuildwheel from 2.16.2 to 2.19.2
dependabot[bot] opened this pull request 6 months ago
dependabot[bot] opened this pull request 6 months ago
question: intended behavior with failed auth and async for auto-reconnect
francisferrell opened this issue 6 months ago
francisferrell opened this issue 6 months ago
iOS and WebSockets: 0 bytes read/no close frame received/code 1006?
WORMSTweaker opened this issue 6 months ago
WORMSTweaker opened this issue 6 months ago
Asking for Guidance in Writing a WebsocketHandler for the Python logging Module
jbdyn opened this issue 6 months ago
jbdyn opened this issue 6 months ago
When there are N channels in a group, sending a message to the group will be sent N times
dailijia opened this issue 6 months ago
dailijia opened this issue 6 months ago
really drop python <=3.7 support
kloczek opened this pull request 6 months ago
kloczek opened this pull request 6 months ago
Connection breaks in between during a sustained transfer
gridhead opened this issue 7 months ago
gridhead opened this issue 7 months ago
websocket over stomp received Session closed error
chj113 opened this issue 7 months ago
chj113 opened this issue 7 months ago
DRABD
hassan20990 opened this issue 7 months ago
hassan20990 opened this issue 7 months ago
When I use websocket to transmit continuous audio pcm data to the server, half of the data is lost
liqianhao111 opened this issue 7 months ago
liqianhao111 opened this issue 7 months ago
Make MAX_LINE configurable
dangeReis opened this issue 7 months ago
dangeReis opened this issue 7 months ago
When using websockets as a client, how to send a pong when receiving a ping?
PengdaLiu opened this issue 7 months ago
PengdaLiu opened this issue 7 months ago
Correct handle exceptions in `legacy/broadcast`
ABCurado opened this pull request 8 months ago
ABCurado opened this pull request 8 months ago