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

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

cyx2000 opened this issue · comments

commented

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