jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
895 stars 222 forks source link

failed: One or more reserved bits are on: reserved1 = 0, reserved2 = 1, reserved3 = 0 #207

Closed camilonova closed 8 years ago

camilonova commented 8 years ago

Thank you for this awesome package.

I have this problem: screen_shot_2016-10-05_at_11_17_51_am

I'm using:

Django==1.9.9
gevent==1.1.2
django-redis==4.4.4
django-websocket-redis==0.4.6

On Python 3.5 and Nginx 1.10

jrief commented 8 years ago

That message does not originate from the ws4redis library. Presumably it's from some tier in between. Please dig further.

camilonova commented 8 years ago

I only have nginx in between, any advice on where should I look?

camilonova commented 8 years ago

Using the current HEAD https://github.com/jrief/django-websocket-redis/commit/88006ddef9bc4c04523474f3ba5fde6c62158ae1 fixes the issue.

It was a problem with ws4redis library, but I can't tell exactly why. I just installed the current master branch and works perfect.