Adam Hooper
Results
11
issues of
Adam Hooper
If you call `await get_channel_layer().receive()` on a newly-instantiated channel layer, it won't connect to RabbitMQ. The connect only happens on `send()` or `group_add()`. To fix, make `receive()` await the connection....