Right now my application relies on async_to_sync(channel_layer.group_send) to send messages to the group but I can't find a channel_layer.group_receive or equivalent function.
I can write a websocket client that connect to the group that will receive the messages but it would be better if i could use channel_layer to reduce complexity and increase reliability. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f7e64838-0c8e-46cd-b64f-65537ce14be1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

