Issue with duplicate keywords #1889
Unanswered
dinosaurtirex
asked this question in
General
Replies: 1 comment
-
closing issue due inactivity |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Its are little bug report. If you have 2 django apps with diffrent consumers but on same url base, like that:
And if in channel layers we have same keywords, like "message", for both consumers,
socket will not work. So its pretty unexpactable because its have diffrenct consumers. Solution its just rename same keywords.
It will be pretty good if we have some info about it in documentation, because i spent a lot of hours on that problem :)
Here is example what will work
app_2
app_1
and what will not work:
app_2
app_1
app_1 will work, app_2 is not :) pretty strange i guess,
Also thank for all contributors for this great tool!
Beta Was this translation helpful? Give feedback.
All reactions