httpx-ws
httpx-ws copied to clipboard
Raise `TimeoutError` instead of `queue.Empty`
Would it be better to raise TimeoutError instead of queue.Empty when trying to receive data from a synchronous WebSocket? It feels like the latter is an implementation detail.