nuwber / rabbitevents

Nuwber's RabbitEvents provides a simple observer implementation, allowing you to publishing and handling for various events that occur in your applications. For example, if you need to react to some event occurred in another API.
MIT License
121 stars 36 forks source link

Fix : No acknowlege when an exception occured #69

Closed david-evan closed 3 years ago

david-evan commented 3 years ago

It seem that no acknowledge would be send if an exception occurred during the working process. This making the message blocked in "unacked" status.

masterjus commented 3 years ago

Made same in my own branch