django-websocket-redis
django-websocket-redis copied to clipboard
Websockets for Django applications using Redis as message queue
hi, six was removed from django : django.utils.six - Remove usage of this vendored library or switch to [six](https://pypi.org/project/six/). File "/home/llabatut/.virtualenvs/supervisorWeb311/lib/python3.11/site-packages/ws4redis/django_runserver.py", line 13, in from django.utils.six.moves import socketserver ModuleNotFoundError: No...
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.4.4. Release notes Sourced from redis's releases. 4.4.4 Changes Upgrade urgency: SECURITY, contains fixes to security issues. (CVE-2023-28859) - Cancelling an async future does not,...
When trying to run the example chat server I get the following error ``` (django_test)[xxx@yyy examples]$ python manage.py runserver 0.0.0.0:8000 Performing system checks... System check identified no issues (0 silenced)....
Refactor to ES6 + As ES6 Class + eslint standard + without jquery + new callbacks: error, reconnecting, heartbeatTimeout + new options: maxAttempts, maxMissedHeartbeats, heartbeatLapse, autoConnect
**Env:** python2.7 **Version:** 0.4.6 **Error:** ``` Traceback (most recent call last): File "/home/project/env/local/lib/python2.7/site-packages/ws4redis/wsgi_server.py", line 100, in __call__ ready = self.select(listening_fds, [], [], 4.0)[0] File "/home/project/env/local/lib/python2.7/site-packages/ws4redis/uwsgi_runserver.py", line 56, in select return...
Hey everyone, So on closing a regular websocket i get no errors while using the "django manage.py runserver" dev server. But when using uwsgi i get some api and js...
When I execute runserver I get the following error: ``` File "/Users/Nick/.virtualenvs/hq_env3/lib/python2.7/site-packages/django/utils/autoreload.py", line 227, in wrapper fn(*args, **kwargs) File "/Users/Nick/.virtualenvs/hq_env3/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 147, in inner_run handler = self.get_handler(*args, **options) File "/Users/Nick/.virtualenvs/hq_env3/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/runserver.py",...
Hi @jrief, The release history in pypi(https://pypi.org/project/django-websocket-redis/#history) says that the `django-websocket-redis` has been last updated on Sep 17, 2019. I am planning to use `ws4redis` with my django project with...