python-websockets / websockets

Library for building WebSocket servers and clients in Python

Home Page:https://websockets.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we get more attention in the threaded client interface?

jmrbcu opened this issue · 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.

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.