NilCoalescing / djangochannelsrestframework

A Rest-framework for websockets using Django channels-v4

Home Page:https://djangochannelsrestframework.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cyx2000 opened this issue · comments

commented

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.