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

WebSockets for Django

Results 32 django-socketio issues
Sort by recently updated
recently updated
newest added

If you rapidly refresh with any browser, you'll eventually see something like this: ``` Traceback (most recent call last): File "/srv/pyenv/costory/lib/python2.6/site-packages/gevent/greenlet.py", line 390, in run result = self._run(*self.args, **self.kwargs) File...

Is there any problem with my config? I have installed ``` $ sudo apt-get install python3.12-dev $ sudo apt-get install libevent-dev ``` ``` (.venv) het@het-GF63-Thin-10UC:~/het-workspace/infiniti_talks(dev)$ pip install django-socketio Collecting django-socketio...