corvus-ch / rabbitmq-cli-consumer

Consume RabbitMQ messages into any cli program
MIT License
236 stars 36 forks source link

Ensure events get handled in the right order #47

Closed corvus-ch closed 5 years ago

corvus-ch commented 5 years ago

Due to a race condition, the consumer exited before the connection close event got a chance to be handled. This prevented to consumer from exiting with an error code if the connection got closed from by the server.