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

If we don't run the program the code We encounter "KeyError in module 'threading'" error

- clean up setup instructions - removed compatibility issues with older version of django - fixed PEP8 inconsistencies - use `pip` to install dependencies instead of `buildout`

``` except ValueError as e: print("Invalid JSON event message", data) ```

Without flushing we will have empty response. For example Nginx will return HTTP 502 Bad Gateway instead of correct response in such cases.

Hi, how can i broadcast to channel from my method? ``` python ... def post_save(self, obj, created=False): // broadcast message with data(obj) to channel ```

Hello, i have the problem that my postgres connections dont get closed. If i set max_connections of my postgres server to 5, then i can reload my page five times...

When run "python bootstrap.py" in example/django_chat results: pkg_resources.VersionConflict: (setuptools 0.6c11 (/tmp/tmpERBXPd/setuptools-0.6c11-py2.7.egg), Requirement.parse('setuptools>=0.7')) Solution: http://downloads.buildout.org/2/bootstrap.py

Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 390, in run result = self._run(_self.args, *_self.kwargs) File "/usr/local/lib/python2.7/dist-packages/socketio/transports.py", line 230, in read_from_ws message = websocket.receive() File "/usr/local/lib/python2.7/dist-packages/geventwebsocket/websocket.py", line 296, in receive...

Misspell of my name :-]