Skip to content

issues Search Results · repo:python-hyper/wsproto language:Python

Filter by

67 results
 (83 ms)

67 results

inpython-hyper/wsproto (press backspace or delete to remove)

Hi, I m using flask_sock (cc @miguelgrinberg) which uses simple-websocket, which uses this project, and we found some flakeyness in our CI for Solara. About 1 in 5 runs on CI and 1 in 50 runs on our ...
  • maartenbreddels
  • 1
  • Opened 
    on Sep 29, 2023
  • #186

I m using wsproto in my library httpx-ws. One contributor reported in https://github.com/frankie567/httpx-ws/discussions/38, that the data property of BytesMessage is actually a bytearray at runtime, but ...
  • frankie567
  • 1
  • Opened 
    on Jul 12, 2023
  • #185

Currently, if you close a websocket with code 1006 (which is not allowed), the result is a 1000-code closure: https://github.com/python-hyper/wsproto/blob/main/src/wsproto/frame_protocol.py#L576-L577 ...
  • samsamoa
  • Opened 
    on Mar 18, 2023
  • #182

I wasn t able to find anything in the documentation about when ConnectionState changes, especially for the case where remote is initiating CloseConnection. It s significant in light of the recent change ...
  • belm0
  • Opened 
    on Mar 18, 2023
  • #181

Hello, when running the tests on v1.2.0 this error is thrown: starting phase `check running python setup.py with command test and parameters () running test WARNING: Testing via this command is deprecated ...
  • phodina
  • 1
  • Opened 
    on Nov 19, 2022
  • #179

Hi :wave: I was trying to add a test on uvicorn, when conn.receive_data() was able to send a RemoteProtocolError without an error hint: https://github.com/encode/uvicorn/blob/22bd00eab6dfa7145618ce6cd1acfdffea8bbe6e/uvicorn/protocols/websockets/wsproto_impl.py#L89-L94 ...
  • Kludex
  • 4
  • Opened 
    on Oct 29, 2022
  • #178

At the current time the events.py and frame_protocol.py files cannot be mypyc compiled. The former is probably due to Generic dataclasses and the latter is probably related to https://github.com/mypyc/mypyc/issues/721 ...
  • pgjones
  • 2
  • Opened 
    on Aug 23, 2022
  • #176

RFC6455 writes about the Sec-WebSocket-Protocol header: The |Sec-WebSocket-Protocol| header field MAY appear multiple times in an HTTP request (which is logically the same as a single |Sec-WebSocket-Protocol| ...
  • racinette
  • 1
  • Opened 
    on Jul 19, 2022
  • #175

In h11, the target argument to h11.Request is typed as Union[bytes, str] (see the latest docs). Note that it was already the case in version 0.9.0. IMO, it would make sense to type initiate_upgrade_connection ...
  • vxgmichel
  • 1
  • Opened 
    on Jul 8, 2022
  • #174
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub