Open jgato opened 10 years ago
Hi there,
maybe I am making something wrong, but I have the same issue than [https://github.com/postwait/node-amqp/issues/264] and I am not able to capture any event to detect the exchange has been correctly destroyed.
How should I do? Now I am trying:
exchange.destroy().on('exchangeDeleteOk', function(){ doOK(); });
Hi there,
maybe I am making something wrong, but I have the same issue than [https://github.com/postwait/node-amqp/issues/264] and I am not able to capture any event to detect the exchange has been correctly destroyed.
How should I do? Now I am trying: