WebSocket-for-Python icon indicating copy to clipboard operation
WebSocket-for-Python copied to clipboard

WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.5.1)

Results 75 WebSocket-for-Python issues
Sort by recently updated
recently updated
newest added

For now, testing of new pull requests is only performed for Python 3.6-3.11, while 3.12 is the latest release.

This fix tries to query the sockets directly for pending data if poller.poll() returns no file descriptors. In case of pending data, a special flag is set on the websocket,...

Hi all, This is a project I started long time ago when WebSocket was being drafted because it was a fun challenge. It made me dug into using Python generators...

question

Hi folks, I've a weird case where I'm not sure why that is. I'm using `pylxd` which uses `ws4py`. All works fine in my local environment, but fails to install...