openrm / hato

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

Fix duplicate reply queue init #44

Closed naggingant closed 4 years ago

naggingant commented 4 years ago

The misdesign was introduced when the plugin was first written, and I was too blind to overlook it and add another bug. This time the reply queue is created only once at the channel init, although there is a discussion on whether to do it in the first RPC instead.

@openrm/dev