openrm / hato

A minimalist, customizeable AMQP framework in Node.js
MIT License
1 stars 0 forks source link

Bugfix for loop breaker #40

Closed naggingant closed 4 years ago

naggingant commented 4 years ago

The bug was because of the loop breaker confused with two distinct close events: connection's and channel's.

I think of this as a temporary fix before we find a better way to forward events through two event emitters :thinking:

@openrm/dev