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

This is an incomplete attempt to solve https://github.com/abourget/gevent-socketio/issues/112. As discussed on the mailing list here is a pull request of the code so we can discuss the patch further. Have...

There are plenty people using pip and virtualenv for testing and creating packages. :) Buildout isn't only option.

I see non-zero length field names({0}, {1}, ...) on other codes but somehow zero length field names were in virtsocket.py...

Support for python 3 in gevent appears imminent (see: https://github.com/surfly/gevent/issues/38) Might as well be ready when it comes.

If using multiple workers and long polling, you wont be able to track the sockets because they are tracked in memory per process. We should track them via cookies or...

The following paste.deploy server configuration does not work ``` [server:main] use = egg:gevent-socketio#paster host = 0.0.0.0 port = 6543 keyfile = ... certfile = ... ; ssl.PROTOCOL_TLSv1 ssl_version = 3...

The commit 2e251cecd4b002381cb6b65f1759de28b46523d3 seem to introduce problems for gunicorn. If I run gunicorn with more than 1 worker, I get bad file descriptor sockets and everything seem to fall apart....