Yguaratã
Yguaratã
In case anyone is still facing this problem, my workaround on it consisted in converting the socket message to an array of char codes and stringified with JSON. When receiving...
Hi @Jeffail, thank you for the fast reply. I will give it a try and let you know if I succeeded.
No, it does not apply to websockets. =/ During my tests, I needed to modify the following line in order to change the websocket host: https://github.com/jrief/django-websocket-redis/blob/master/ws4redis/context_processors.py#L13 Could this have an...
Just found the problem. It concerned with looking for session key in line https://github.com/jrief/django-websocket-redis/blob/master/ws4redis/wsgi_server.py#L54. In the case of cross domains (websocket domain != app domain), it is necessary to inform...
This is fixed by pull request #185
Pull request rebased.
Closing this pull request because it is a little bit out of sync. I will perform some tests before opening another pull request.
I've tested it with Django 1.8.18 and 1.11.3. Did I miss anything?