nskalis

Results 16 comments of nskalis

Indeed, because `httpx` will also be a fully-featured `grpc client` library (when supporting `network_stream` for `http/2`). 🥳 --- In an effort to save 10min of your time, this is how...

is it a good idea to remove the `wontfix` label from this GitHub issue?

@mkielar I encountered the same issue. Would you be so kind to advise if you managed to work around it?

thank you :) I am in love with `curio`

the same happens in case of `wsproto` is used. this piece of code ``` manager.disconnect(websocket) await websocket.close() print(websocket.client_state) ``` results in ``` disconnecting client `ec25918c-e735-4f39-b390-0b8959324fd0` WebSocketState.CONNECTED ``` `WebSocketState.CONNECTED` seems to...

Hi, did you manage to resolve this?