NilCoalescing / djangochannelsrestframework

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

[Bug]In the tutorial, notify_users can't group_send when client connect #199

Open cyx2000 opened 4 months ago

cyx2000 commented 4 months ago

In the tutorial, join_room then subscribe_instance, subscribe_instance executes after notify_users, but groups is nothing. notify_users can't group_send. image