You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
don't specify environ as argument of the request_started signal (#233)
Django Channels doesn't provide environ when calling signal handlers.
As we don't need it anyway, we can simply accept any arguments.
Fixes#232Closes#233
0 commit comments