frankie567 / httpx-ws

WebSocket support for HTTPX
https://frankie567.github.io/httpx-ws/
MIT License
102 stars 12 forks source link

Add unit test to reproduce #70 #71

Closed frankie567 closed 1 month ago

frankie567 commented 5 months ago

This adds a unit test to reproduce error described in #70.

It turns out that it's not something we can solve on our side. It's maybe something related to the ASGI spec itself! More info: https://github.com/encode/uvicorn/discussions/2299

Let's have this in draft until this is fixed upstream :)