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

feature - avoid utf-8 decoding for text frames

toppk opened this issue over 1 year ago
ResourceWarning: unclosed <...>

FrankC01 opened this issue over 1 year ago
Question: Any docs on setting up logging on client side?

FrankC01 opened this issue over 1 year ago
Is there a way to get the buffer size?

LucaNicosia opened this issue over 1 year ago
Bump pypa/cibuildwheel from 2.12.1 to 2.13.1

dependabot[bot] opened this pull request over 1 year ago
test: allow WEBSOCKETS_TESTS_TIMEOUT_FACTOR to be float

kxxt opened this pull request over 1 year ago
the examples seem outdated

braindevices opened this issue over 1 year ago
Add doc for Koyeb deployment

alisdairbr opened this pull request over 1 year ago
assyncio

x011 opened this issue over 1 year ago
asyncio sucks 🤮

x011 opened this issue over 1 year ago
Add path to server.py 'hello' function

jumbledFox opened this pull request over 1 year ago
Edit button on documentation is broken

gustavi opened this issue over 1 year ago
Websockets for Google Coral DEV Board Mini

itsover9999 opened this issue over 1 year ago
Bump pypa/cibuildwheel from 2.12.1 to 2.13.0

dependabot[bot] opened this pull request over 1 year ago
ConnectionResetError after generate a Python binary

callTx opened this issue over 1 year ago
Does websockets library support http connection pool or session?

wenleix opened this issue over 1 year ago
AttributeError: module 'websockets' has no attribute 'sync'

PrafulSinghal-19 opened this issue over 1 year ago
URI "ws" scheme not working

lhcunha opened this issue over 1 year ago
Provide an enum for close codes.

aaugustin opened this pull request over 1 year ago
Test suite deadlocks on Python 3.12

aaugustin opened this issue over 1 year ago
Sending a file of 1 gig causing error 1006

alamathe1 opened this issue over 1 year ago
Getting an error socket.send() raised an exception.

stanlyjohn2 opened this issue over 1 year ago
pytest -v failed about [email protected] on centos8_aarch64

Tom-python0121 opened this issue over 1 year ago
Create GitHub release when pushing tag.

aaugustin opened this pull request over 1 year ago
Sending output from subprocess through websocket line by line

hinxx opened this issue over 1 year ago
Blocking task with status callbacks

lolsborn opened this issue over 1 year ago
Consider using GitHub releases

aaugustin opened this issue over 1 year ago
No type hints

lukepighetti opened this issue almost 2 years ago
Sync client websocket Query

WrongAnswertoAC opened this issue almost 2 years ago
Bump pypa/cibuildwheel from 2.12.1 to 2.12.3

dependabot[bot] opened this pull request almost 2 years ago
Failed to connect due to duplicate `Host` fields via `extra_header`

wenleix opened this issue almost 2 years ago
Performance comparison of synchronous client and asyncio client by websockets

tushargoyal22 opened this issue almost 2 years ago
Test failure in test_writing_in_recv_events_fails

aaugustin opened this issue almost 2 years ago
Callbacks based support in this library

tushargoyal22 opened this issue almost 2 years ago
Avoid deadlock when closing sync connection with unread messages.

aaugustin opened this pull request almost 2 years ago
Add a `CloseCode` `Enum`

johnthagen opened this issue almost 2 years ago
subprocess.TimeoutExpired exception in get_version

apteronal opened this issue almost 2 years ago
New asyncio implementation

aaugustin opened this pull request almost 2 years ago
Sync function send() stuck, looks like no way to timeout

kucharskim opened this issue almost 2 years ago
speedups.c is missing from the 11.0 source distribution

bdraco opened this issue almost 2 years ago
ImportError: cannot import name 'CLOSED' from 'websockets.connection'

brunohjs opened this issue almost 2 years ago
Fix FAQ link in issue template

bluetech opened this pull request almost 2 years ago
Test failure in test_exit

aaugustin opened this issue almost 2 years ago
Use asyncio.timeout instead of asyncio.wait_for

aaugustin opened this pull request almost 2 years ago
Ruff

aaugustin opened this pull request almost 2 years ago
Build architecture independent wheels.

aaugustin opened this pull request almost 2 years ago
Test failure in test_close_waits_for_close_frame

aaugustin opened this issue almost 2 years ago
Test failure in test_close_idempotency_race_condition

aaugustin opened this issue almost 2 years ago
Improve error handling in broadcast().

aaugustin opened this pull request almost 2 years ago
Insufficient error handling in broadcast

aaugustin opened this issue almost 2 years ago
Test failure in test_timeout_during_handshake

aaugustin opened this issue almost 2 years ago
Bump pypa/cibuildwheel from 2.11.1 to 2.12.1

dependabot[bot] opened this pull request almost 2 years ago
Coverage testing failure in WebSocketClientProtocol.__aiter__

aaugustin opened this issue almost 2 years ago
Test failure in test_close_idempotency_race_condition

aaugustin opened this issue almost 2 years ago
Make a table of features supported by each API

aaugustin opened this issue almost 2 years ago
Rewrite interactive client on top of threading implementation

aaugustin opened this issue almost 2 years ago
async for messages in ws doesn't wait for all messages if stream is idle

nitanmarcel opened this issue almost 2 years ago
Body from 'upgrade' request is not read

kristjanvalur opened this issue almost 2 years ago
A Suggestion about exception at legacy/server debbuging

hokaso opened this issue almost 2 years ago
Access timeout condition in infinite asynchronous iterator for client.connect

MarkusPiotrowski opened this issue almost 2 years ago
Switch to using asyncio.timeout instead of asyncio.wait_for

bdraco opened this pull request almost 2 years ago
Consider switching to ruff for linting

aaugustin opened this issue almost 2 years ago
Websockets Sending Messages Fails Despite Successful Code Execution

killerwhite opened this issue almost 2 years ago
fix small docs typo

Sasja opened this pull request almost 2 years ago
watchdog==2.3.0 breaks reload on code changes in docs

leogallot opened this issue almost 2 years ago
Set server_hostname automatically when needed

shafemtol opened this pull request almost 2 years ago
Use another host than Heroku for the tutorial

aaugustin opened this issue almost 2 years ago
No keepalive ping when the server executes code

damc opened this issue almost 2 years ago
Explanation of sub-packages marked as `legacy` in the documentation

WillCodeCo opened this issue almost 2 years ago
Getting errors like that

damc opened this issue almost 2 years ago
websocket server just can send message after websocket.recv()

futureflsl opened this issue almost 2 years ago
How to implement websocket reverse proxy?

manyhelp opened this issue almost 2 years ago
Bump pypa/cibuildwheel from 2.11.1 to 2.12.0

dependabot[bot] opened this pull request about 2 years ago
Why are Python websockets way slower than low-level equivalent?

t0mm4rx opened this issue about 2 years ago
Typos discovered by codespell

cclauss opened this issue about 2 years ago
Pylance unable to access/index members of websockets

kyochikuto opened this issue about 2 years ago
Added Custom Ping Payload on Client Connect to keep Connection alive

anil-kamani opened this pull request about 2 years ago
Add CIFuzz GitHub action

DavidKorczynski opened this pull request about 2 years ago
Host header isn't validated

aaugustin opened this issue over 2 years ago
Add sockets & threads implementation

aaugustin opened this pull request over 2 years ago
legacy http MAX_LINE

IlyaDjurin opened this issue over 2 years ago
Deadline-based scheduling in keepalive_ping

aaugustin opened this issue over 2 years ago
Unable to pass long authorization token

stepienj opened this issue over 2 years ago
how to make the websockets.connect() go through with http proxy?

Lamchi-Joo opened this issue over 2 years ago
Configure ClusterFuzzLite.

aaugustin opened this pull request over 2 years ago
Update cheat sheet and patterns docs

aaugustin opened this issue over 2 years ago
Multithreaded client

fmfranck opened this issue over 2 years ago
Keep track of latency ping/pong

Serpens66 opened this issue over 2 years ago