jrief/django-websocket-redis

AttributeError when there's no session in request

Opened this issue · 0 comments

Subscription to Session Notification throws unhandled exception when request without a session is passed.

ws4redis/redis_store.py in _wrap_sessions at line 55:
'NoneType' object has no attribute 'session_key'

Not exactly sure about expected behaviour here, but looking at #187 should it just continue to next iteration?