Open
Description
I have created a consumer with rabbus.Listen. In the goroutine that handles the messages for this consumer I use EmitAsync to reply to a message. After calling EmitAsync, the consumer is no longer active. According to the RabbitMQ management page, the channel has closed.
This means that subsequent messages are no longer handled. However, the message handler goroutine keeps running.
Metadata
Metadata
Assignees
Labels
No labels