websockets icon indicating copy to clipboard operation
websockets copied to clipboard

Can we get more attention in the threaded client interface?

Open jmrbcu opened this issue 11 months ago • 1 comments

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.

jmrbcu avatar Mar 01 '24 21:03 jmrbcu

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.

aaugustin avatar Mar 04 '24 12:03 aaugustin