NilCoalescing/djangochannelsrestframework

In the tutorial, subscribe was executed twice, group_send will also send twice each time

cyx2000 opened this issue · 0 comments

Is there a difference between the two types of subscriptions?
image
I try delete_message, clients receives two pieces of information each time.
image

image
I received a group_send message after removing one of the subscriptions from html, and self.groups's len is 1, not 2.