Lachlan Cannon
Results
1
comments of
Lachlan Cannon
The way I've handled it internally is to make a wrapper around group_send that ensures the message will unpack safely before sending it: ``` _layer = get_channel_layer() _group_send = async_to_sync(_layer.group_send)...