gevent-socketio icon indicating copy to clipboard operation
gevent-socketio copied to clipboard

Official repository for gevent-socketio

Results 100 gevent-socketio issues
Sort by recently updated
recently updated
newest added

I'm wondering if it would be better to make `server.sockets` an iterable of `Socket` objects (rather than a dict of sessid: sockets) and move the current `server.sockets` to `server._sockets`. This...

High Priority

Hi! I have implementation of the same app using **gevent-socketio** and **node.js** I am trying to test my apps via JMeter. Refering to [socket.io-spec](https://github.com/LearnBoost/socket.io-spec) I created a test plan, where...

Currently, an individual socket can broadcast using the BroadcastMixin. But what if you want to spin up a greenlet -- independent of a particular connection -- and have it publish...

Gevent-socketio is great, and well maintained ! It's possible and easy to be disconnected from the client side and well documented, but it's not possible (or I didn't found how...

High Priority

We should at least document deployment procedures on heroku, openshift, and dotcloud

We should have the live chat examples and live cpu graph deployed somewhere as a demo of what you can do with gevent-socketio.

High Priority

A good thing would also to update the current blog posts, to reflect the new APIs.

High Priority

and pointers to the more complex examples in each module's doc.

High Priority

I have been working on using gevent-socketio for an existing django application. At first, using the latest version in pypi, I hand-rolled integration; but then, I looked closer at 0.3.6...

Hi, We got an issue with gevent-socketio. Sometimes and randomly, the websockets (or of course the long polling) connection fails (Error 502). We tried to investigate and that's what we...