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
trafficstars

I'm getting this error any time I'll access an example html file downloaded from this repository. I'm new to python, may be my mistake? `Traceback (most recent call last): File...

it seems that gevent-socketio does not support dynamic namespace.any plan to support this?

Ehh.. what is that? ``` sh Installing collected packages: gevent-socketio Running setup.py install for gevent-socketio File "/usr/local/lib/python2.7/site-packages/socketio/sample_protocol_for_doc.py", line 63 blah blah.. ^ SyntaxError: invalid syntax ```

If client doesn't call socket.disconnect() before exit (for example, he closed browser, not tab, or he dropped his laptop to a river), his connection on server will be alive. I...

Hello, I'm using gevent-socketio with Flask and serving it with socketio.server.SocketIOServer on my dev machine. I need auto-reload and debug mode (Werkzeug error page when an error occurs) on this...

Hi, I was trying for 6 hours trying to run with django... searching a lot I found in the examples and latest code the way should be and was 5...

If I kill a client that uses websockets abruptly, I receive the following: Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/gevent/greenlet.py", line 390, in run result = self._run(_self.args, *_self.kwargs) File "/usr/lib/python2.7/site-packages/gevent_socketio-0.3.5_rc3-py2.7.egg/socketio/transports.py",...

High Priority

For some reason the disconnect isn't firing. Here is the simple app I created that I am having issue with. I am using the 0.9.10 client. https://gist.github.com/a53d1acc83b06b16d263 Also posted question...

High Priority

Within my app I need to shutdown start/restart gracefully an embedded flask instance. On the ThreadedWSGIServer counterpart I use shutdown() that works perfectly. kill() seems to be the equivalent of...

High Priority

The JS SocketIO server has the notion of backend _stores_ -- an idea we should steal! E.g. here's a RedisStore example: http://www.ranu.com.ar/2011/11/redisstore-and-rooms-with-socketio.html The idea is that you specify a store...