python-trio / trio-websocket

WebSocket client and server implementation for Python Trio
MIT License
70 stars 26 forks source link

open_websocket_url() does not propagate timeout options #117

Closed belm0 closed 5 years ago

belm0 commented 5 years ago

timeouts go in, but they don't come out 🐞

https://github.com/HyperionGray/trio-websocket/blob/49572c19c8ebcea26de302887708651a00fe5dcb/trio_websocket/_impl.py#L152-L188