Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python-trio/trio-websocket

WebSocket client and server implementation for Python Trio
https://github.com/python-trio/trio-websocket

fix loss of context/cause on exceptions raised inside open_websocket

jakkdl opened this pull request 2 months ago
Connection is failing to upgrade. wsproto is too old.

jc211 opened this issue 3 months ago
drop 3.7, add mypy test, bump reqs, etc

jakkdl opened this pull request 6 months ago
Support strict_exception_groups=True

jakkdl opened this pull request 7 months ago
Test failures with `trio >= 0.25.0`

mgorny opened this issue 9 months ago
Add the ability to specify the buffer size.

palkeo opened this pull request about 1 year ago
Don't explicitly pass a default (small) receive size, let trio choose.

palkeo opened this pull request about 1 year ago
_handle_ping_event() occasionally sends to closed socket

brandyn opened this issue about 1 year ago
add py3.11+3.12 and pypy3.9+3.10 to CI, conditionally require exceptiongroup

jakkdl opened this pull request about 1 year ago
Fix a hang when the remote hangs up rudely

orausch opened this pull request over 1 year ago
RFE: is it possible to start making github releases?🤔

kloczek opened this issue over 1 year ago
Use built-in exception groups in Python 3.11+

mgorny opened this pull request over 1 year ago
refine Trio version check to handle suffixes like "+dev"

belm0 opened this pull request over 1 year ago
trio_websocket makes wrong assumptions about `trio.__version__`

mgorny opened this issue over 1 year ago
Blacken

njsmith opened this pull request over 1 year ago
How to serve with Hypercorn

shepherd1530 opened this issue almost 2 years ago
Uncaught `LocalProtocolError` (wsproto >= 1.2.0)

notonamap opened this issue almost 2 years ago
Set minimum Python version to 3.7 in README.md

mdmintz opened this pull request almost 2 years ago
Please make a new release

mgorny opened this issue almost 2 years ago
TrioDeprecationWarning about MultiError with trio >= 0.22

girtsf opened this issue about 2 years ago
Bump certifi from 2021.10.8 to 2022.12.7

dependabot[bot] opened this pull request about 2 years ago
Support JSON/`dict` payloads for sending and receiving.

i0bs opened this issue over 2 years ago
does trio-websocket support proxy?

Mithrilwoodrat opened this issue over 2 years ago
include LICENSE in source distributions

bollwyvl opened this pull request almost 3 years ago
Add inline type hints

A5rocks opened this pull request almost 3 years ago
0.9.2: fixture 'nursery' not found

kloczek opened this issue about 3 years ago
Debugging connection closed on 1006

nicknotfun opened this issue about 3 years ago
Bump babel from 2.9.0 to 2.9.1

dependabot[bot] opened this pull request about 3 years ago
Sending `ping` conflicts with `send_message`

p-i- opened this issue over 3 years ago
anyio port WIP

belm0 opened this pull request over 3 years ago
WebSocketServer.run() docs and shutdown

pikeas opened this issue over 3 years ago
Bump urllib3 from 1.26.2 to 1.26.5

dependabot[bot] opened this pull request over 3 years ago
fix reason not being set after local close

belm0 opened this pull request over 3 years ago
get_message() sometimes missing close reason

pikeas opened this issue over 3 years ago
Bump py from 1.9.0 to 1.10.0

dependabot[bot] opened this pull request over 3 years ago
Bump urllib3 from 1.26.2 to 1.26.4

dependabot[bot] opened this pull request over 3 years ago
Bump pygments from 2.7.2 to 2.7.4

dependabot[bot] opened this pull request over 3 years ago
Bump jinja2 from 2.11.2 to 2.11.3

dependabot[bot] opened this pull request almost 4 years ago
Bump urllib3 from 1.26.2 to 1.26.3

dependabot[bot] opened this pull request almost 4 years ago
Bump cryptography from 3.2.1 to 3.3.2

dependabot[bot] opened this pull request almost 4 years ago
Bump bleach from 3.2.1 to 3.3.0

dependabot[bot] opened this pull request almost 4 years ago
server: close TCP connection after CloseConnection event

belm0 opened this pull request almost 4 years ago
Fix " Illegal target characters" when connecting to URL with zero-length path

bluetech opened this pull request about 4 years ago
connection fails on URL without a path component

goodboy opened this issue about 4 years ago
autobahn test failures

belm0 opened this issue about 4 years ago
re-enable of python3.5 on travis

belm0 opened this pull request about 4 years ago
travis: upgrade linux dist to avoid openssl deprecation error

belm0 opened this pull request about 4 years ago
avoid contributing to dropped exceptions during finalization

belm0 opened this pull request about 4 years ago
Fix some deprecations in tests + remove some dependencies

bluetech opened this pull request about 4 years ago
version 0.8.1

belm0 opened this pull request over 4 years ago
README: mention quart-trio as an alternative

belm0 opened this pull request over 4 years ago
Catch ClosedResourceError. Fixes #134

nmichaud opened this pull request over 4 years ago
pin dependencies for deterministic CI / dev builds

belm0 opened this pull request over 4 years ago
Remove python 3.5 support. Fixes #112

AutomatedTester opened this pull request over 4 years ago
pin CI build dependencies

belm0 opened this issue over 4 years ago
Update version of trio on pypi

AutomatedTester opened this issue over 4 years ago
Add Python 3.8 as supported runtime

AutomatedTester opened this pull request over 4 years ago
trio.ClosedResourceError when trying to use simple server example

danlkv opened this issue over 4 years ago
Add error handling examples to documentation

mehaase opened this issue almost 5 years ago
Hide MultiErrors

mehaase opened this issue almost 5 years ago
trio-websocket hangs on custom streams

A5rocks opened this issue about 5 years ago
fix request path access in example server

belm0 opened this pull request over 5 years ago
document WebSocketServer.run usage and start() return type

belm0 opened this pull request over 5 years ago
fix return type annotation of wrap_server_stream()

belm0 opened this pull request over 5 years ago
_reader_task() CPU regression

belm0 opened this issue over 5 years ago
include new exceptions in docs

belm0 opened this pull request over 5 years ago
expose __version__ in trio_websocket module

belm0 opened this pull request over 5 years ago
import Endpoint into the trio_websocket module

belm0 opened this pull request over 5 years ago
introduce custom HandshakeError for open_websocket()

belm0 opened this pull request over 5 years ago
Endpoint should be in trio_websocket namespace

belm0 opened this issue over 5 years ago
fix open_websocket_url() to honor timeout options

belm0 opened this pull request over 5 years ago
pypy support

belm0 opened this pull request over 5 years ago
install fails under PyPy

belm0 opened this issue over 5 years ago
have open_websocket() doc mention raise of OSError?

belm0 opened this issue over 5 years ago
open_websocket_url() does not propagate timeout options

belm0 opened this issue over 5 years ago
can't discern connect vs. disconnect timeout

belm0 opened this issue over 5 years ago
Server does not automatically close TCP connection

mehaase opened this issue over 5 years ago
Add exception handler for RemoteProtocolError (Fixes #105)

mehaase opened this pull request over 5 years ago
Add extra_headers to client APIs (closes #110)

mehaase opened this pull request over 5 years ago
Drop support for Python 3.5

mehaase opened this issue over 5 years ago
Add support for rejecting connection (#107)

mehaase opened this pull request over 5 years ago
No way to send extra headers

PGrimes opened this issue over 5 years ago
Add metadata for WebSocket endpoints (closes #108)

mehaase opened this pull request over 5 years ago
Expose local and remote socket info

mehaase opened this issue over 5 years ago
Add support for rejecting connection

mehaase opened this issue over 5 years ago
Consume the new API in wsproto==0.14.0

mehaase opened this pull request over 5 years ago
reader task leaks ClosedResourceError

belm0 opened this issue almost 6 years ago
Remove references to the deprecated trio.ssl

njsmith opened this pull request almost 6 years ago
Why does the license file say the project is copyright Benno Rice?

njsmith opened this issue almost 6 years ago
Incompatibility with trio v0.11.0

alidursen opened this issue almost 6 years ago
proof of concept for deterministic close race

belm0 opened this pull request almost 6 years ago
Issue 96

mehaase opened this pull request almost 6 years ago
Integrate new `wsproto` API

mehaase opened this issue almost 6 years ago
relax trio dependency

belm0 opened this pull request almost 6 years ago
incompatible with Trio 0.10.0

belm0 opened this issue almost 6 years ago
ConnectionClosed exception from serve_websocket()

belm0 opened this issue about 6 years ago
Update README example

iamzoltan opened this pull request about 6 years ago
tests using client & server are flakey

belm0 opened this issue about 6 years ago
version 0.4.0

belm0 opened this pull request about 6 years ago