django_longpolling
django_longpolling copied to clipboard
django longpolling request implementation
Results
2
django_longpolling issues
Sort by
recently updated
recently updated
newest added
The gevent server keeps connections open for HTTP/1.1 requests, which will cause other connections to block. To illustrate this issue, I configured gevent to use a pool of 1 greenlet....
Using Django 1.6.1, and django_longpolling 0.1.1 (installed using pip), it would appear that the timeout value passed to BaseLongPollingView (either through the as_view method or set via derived class) is...