NilCoalescing / djangochannelsrestframework

A Rest-framework for websockets using Django channels-v4
https://djangochannelsrestframework.readthedocs.io/en/latest/
MIT License
613 stars 86 forks source link

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

Open cyx2000 opened 6 months ago

cyx2000 commented 6 months ago

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.