python-websockets / websockets

Library for building WebSocket servers and clients in Python
https://websockets.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
5.06k stars 505 forks source link

Can we get more attention in the threaded client interface? #1450

Closed jmrbcu closed 1 month ago

jmrbcu commented 4 months ago

Reading past issues and using it myself, I realized that the threading implementation can get more love. Not all of us want to use asyncio or mix asyncio code with threaded code. There are missing features (no ping intervals, no automatic reconnection, etc) in this implementation and some weird behavior.

aaugustin commented 4 months ago

It's quite new and hasn't received as much real-world usage as the legacy implementation.

Maybe I'll bring it to feature parity eventually. At this time, I'm prioritizing #1332.