Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / frankie567/httpx-ws issues and pull requests
#101 - Fix event message type on closing
Pull Request -
State: open - Opened by lulingar 8 days ago
#99 - creating a session to reuse in generator it gets closed immediately
Issue -
State: closed - Opened by kocsszi 18 days ago
Labels: bug
#98 - WebSocket over HTTP2 support
Issue -
State: open - Opened by neoq 25 days ago
#97 - Testing ASGI wrong message event
Issue -
State: open - Opened by cfytrok about 2 months ago
- 3 comments
Labels: bug
#96 - restore AsyncExitStack, and use it correctly
Pull Request -
State: closed - Opened by graingert 2 months ago
- 2 comments
#95 - Drop necessary usage of Exit Stack
Pull Request -
State: closed - Opened by GreyElaina 3 months ago
- 2 comments
#94 - docs: add GreyElaina as a contributor for code
Pull Request -
State: closed - Opened by allcontributors[bot] 3 months ago
#93 - docs: add go as a contributor for test
Pull Request -
State: closed - Opened by allcontributors[bot] 3 months ago
- 1 comment
#92 - pytest hangs with trivial example
Issue -
State: open - Opened by r-owen 3 months ago
- 4 comments
Labels: bug
#91 - Allow use custom session class
Pull Request -
State: closed - Opened by GreyElaina 3 months ago
- 6 comments
#90 - Say goodbye to blocking portal
Pull Request -
State: closed - Opened by GreyElaina 3 months ago
- 9 comments
#89 - Fix #29 by Introducing a Write Lock
Pull Request -
State: closed - Opened by GreyElaina 3 months ago
- 2 comments
#87 - Allow to pass a custom session class to `connect_ws`/`aconnect_ws`
Issue -
State: closed - Opened by frankie567 3 months ago
Labels: enhancement, good first issue
#85 - Support WebSocket Denial Response
Pull Request -
State: open - Opened by Kludex 4 months ago
- 1 comment
#84 - Support for WebSocket Denial Response
Issue -
State: open - Opened by Kludex 4 months ago
- 1 comment
Labels: bug
#82 - docs: add davidbrochart as a contributor for code
Pull Request -
State: closed - Opened by allcontributors[bot] 5 months ago
#81 - Improve _wait_until_closed()
Pull Request -
State: closed - Opened by davidbrochart 5 months ago
- 3 comments
#80 - docs: add ro-oliveira95 as a contributor for bug, and code
Pull Request -
State: closed - Opened by allcontributors[bot] 5 months ago
#78 - "Attempted to exit cancel scope in a different task than it was entered in" when used with pytest_asyncio.fixture decorator
Issue -
State: closed - Opened by aayushchhabra1999 5 months ago
Labels: bug
#77 - Prevent threads to hang and pile up in WebSocketSession
Pull Request -
State: closed - Opened by ro-oliveira95 5 months ago
- 6 comments
#76 - Serious memory leak in WebSocketSession
Issue -
State: closed - Opened by ro-oliveira95 5 months ago
- 3 comments
Labels: bug
#75 - docs: add agronholm as a contributor for bug, and code
Pull Request -
State: closed - Opened by allcontributors[bot] 7 months ago
#74 - Close memory object streams at exit
Pull Request -
State: closed - Opened by agronholm 7 months ago
- 4 comments
#73 - Don't catch cancellation exceptions
Pull Request -
State: closed - Opened by agronholm 7 months ago
- 1 comment
#72 - option to not use the blocking portal
Issue -
State: closed - Opened by zsorizs 8 months ago
- 6 comments
Labels: bug
#71 - Add unit test to reproduce #70
Pull Request -
State: closed - Opened by frankie567 11 months ago
#70 - Can't send close reason correctly
Issue -
State: closed - Opened by WSH032 11 months ago
- 6 comments
Labels: third-party
#68 - docs: add WSH032 as a contributor for code
Pull Request -
State: closed - Opened by allcontributors[bot] 11 months ago
#66 - aconnect_ws does not work with AsyncClient bound to an app
Issue -
State: closed - Opened by pavelschon 12 months ago
- 1 comment
#65 - Do not use `anyio.BlockingPortal` on async code
Pull Request -
State: closed - Opened by Kludex 12 months ago
#64 - docs: add dmontagu as a contributor for bug
Pull Request -
State: closed - Opened by allcontributors[bot] almost 1 year ago
#63 - Disable automatic keepalive ping when using ASGI transport
Pull Request -
State: closed - Opened by frankie567 almost 1 year ago
- 1 comment
#62 - docs: add MtkN1 as a contributor for bug, and research
Pull Request -
State: closed - Opened by allcontributors[bot] almost 1 year ago
#61 - docs: add tomchristie as a contributor for bug, and research
Pull Request -
State: closed - Opened by allcontributors[bot] almost 1 year ago
#60 - docs: add Kludex as a contributor for bug, and research
Pull Request -
State: closed - Opened by allcontributors[bot] almost 1 year ago
#59 - Handle ping/pong events in `ASGIWebSocketAsyncNetworkStream`
Pull Request -
State: closed - Opened by dmontagu almost 1 year ago
- 5 comments
#58 - Implement AsyncWebSocketSession with AnyIO
Pull Request -
State: closed - Opened by frankie567 about 1 year ago
- 1 comment
#57 - Support `httpcore==1.*`
Issue -
State: closed - Opened by YaraslauZhylko about 1 year ago
- 1 comment
Labels: bug
#56 - `ASGIWebSocketTransport` does not respect the response headers of the ASGI app during WebSocket handshake.
Issue -
State: closed - Opened by WSH032 over 1 year ago
- 1 comment
Labels: bug
#55 - Use `anyio` rather than `asyncio`, to support Trio
Issue -
State: closed - Opened by Zac-HD over 1 year ago
- 8 comments
Labels: enhancement, polar
#54 - Add `response` attribute for `WebSocketSession`
Pull Request -
State: closed - Opened by WSH032 over 1 year ago
- 11 comments
#51 - docs: add maparent as a contributor for bug, and code
Pull Request -
State: closed - Opened by allcontributors[bot] over 1 year ago
#50 - connect_ws and aconnect_ws always raise WebSocketNetworkError when keepalive_ping_timeout_seconds + keepalive_ping_interval_seconds
Issue -
State: closed - Opened by lee-cq over 1 year ago
- 2 comments
Labels: bug
#49 - tasks not awaited when closing the connection
Issue -
State: closed - Opened by zsorizs over 1 year ago
- 3 comments
Labels: bug
#48 - start_blocking_portal was moved in anyio 4
Pull Request -
State: closed - Opened by maparent over 1 year ago
- 7 comments
#47 - Newest anyio 4 has moved start_blocking_portal context manager to from_thread module
Issue -
State: closed - Opened by maparent over 1 year ago
- 1 comment
Labels: bug
#46 - unhandled WebSocketNetworkError in ping.
Issue -
State: closed - Opened by T-256 over 1 year ago
Labels: bug
#45 - ssl.SSLError not handled
Issue -
State: closed - Opened by T-256 over 1 year ago
Labels: bug
#44 - Fix #40: handle large message buffering
Pull Request -
State: closed - Opened by frankie567 over 1 year ago
- 2 comments
#43 - Unhandled exception of pinging in closing state
Issue -
State: closed - Opened by T-256 over 1 year ago
Labels: bug
#42 - Memory leak on multiple async connections.
Issue -
State: closed - Opened by T-256 over 1 year ago
- 2 comments
Labels: bug
#40 - receive_bytes returns weird bytes; max_message_size_bytes loses messages
Issue -
State: closed - Opened by MarshalX over 1 year ago
- 3 comments
Labels: bug, polar
#37 - docs: add saforem2 as a contributor for bug
Pull Request -
State: closed - Opened by allcontributors[bot] over 1 year ago
#36 - Fixes `httpcore` import in `httpx_ws/_api.py`
Pull Request -
State: closed - Opened by saforem2 over 1 year ago
- 5 comments
#35 - `ModuleNotFoundError: No module named 'httpcore.backends'`
Issue -
State: closed - Opened by saforem2 over 1 year ago
- 3 comments
Labels: bug
#34 - Missing `subprotocols` field in the websocket scope
Issue -
State: closed - Opened by YaraslauZhylko over 1 year ago
- 2 comments
Labels: bug
#31 - docs: add ysmu as a contributor for bug
Pull Request -
State: closed - Opened by allcontributors[bot] almost 2 years ago
#30 - Propagate server errors in ASGI testing
Issue -
State: closed - Opened by ysmu almost 2 years ago
- 3 comments
Labels: bug
#29 - `anyio.BusyResourceError`: Another task is already writing to this resource
Issue -
State: closed - Opened by ZzZombo almost 2 years ago
- 8 comments
Labels: bug
#25 - Connection loss is never detected by `receive_json()` (likely all receive methods)
Issue -
State: open - Opened by skewty almost 2 years ago
- 4 comments
Labels: bug
#24 - Add support for subprotocols
Pull Request -
State: closed - Opened by frankie567 about 2 years ago
- 3 comments
#21 - docs: add davidbrochart as a contributor for platform
Pull Request -
State: closed - Opened by allcontributors[bot] about 2 years ago
#20 - Add contributors
Issue -
State: closed - Opened by frankie567 about 2 years ago
- 2 comments
#19 - Termination errors out with async client
Issue -
State: closed - Opened by davidbrochart about 2 years ago
- 7 comments
Labels: bug
#16 - Fix #15: make sure default HTTPX client is closed
Pull Request -
State: closed - Opened by frankie567 about 2 years ago
- 1 comment
#15 - Client instances not closed.
Issue -
State: closed - Opened by tomchristie about 2 years ago
- 1 comment
Labels: bug
#12 - Using httpx-ws as background task to test websockets
Issue -
State: closed - Opened by wholmen about 2 years ago
- 1 comment
#10 - docs: add kousikmitra as a contributor for code
Pull Request -
State: closed - Opened by allcontributors[bot] about 2 years ago
#9 - docs: add frankie567 as a contributor for maintenance, and code
Pull Request -
State: closed - Opened by allcontributors[bot] about 2 years ago
#8 - #2 Add ping method
Pull Request -
State: closed - Opened by kousikmitra about 2 years ago
- 8 comments
#7 - Connection hangs forever if the WebSocket server just sends a message and close
Issue -
State: closed - Opened by frankie567 about 2 years ago
- 25 comments
Labels: bug, help wanted
#3 - Release to PyPI
Issue -
State: closed - Opened by Kludex about 2 years ago
- 1 comment
#2 - Ping missing
Issue -
State: closed - Opened by Kludex about 2 years ago
- 3 comments
Labels: enhancement
#1 - WebSocket library
Issue -
State: closed - Opened by davidbrochart about 2 years ago
- 5 comments