Alexander
Alexander
Can I close? I think the issue is resolved.
Use contextvars and your problems are gone. They are per Thread. You may want to use the scope feature of context vars: ``` python contextvar = ContextVar(..) ... token =...
the property can be something like: ``` python @property def is_decorated(self): return contextvar.get() ```
Added a PR: https://github.com/django/channels/pull/2164 This PR contains a test as well as the fix
sry, wrong issue. But I think it might be a symptom of #2148
I think we have fixed the problem. We added the wrong headers to the response. Please check again
sry it seems to be a webpack bug. Close or keep and warn the users?
actually there is one approach. But I have no time, so far future. Just close it.
sry not much time, currently quite busy