Open pankajkumar opened 7 years ago
See https://github.com/keymetrics/pmx/issues/52 but you need to init pmx with network: false
@pankajkumar what is your Node.js version ? PM2 version (pmx if possible) thanks
@Unitech We were using node v4.2.1, and pmx v0.6.8
We are using AMQP (rabbitmq) for queue management but it's client stops connecting to server if I integrate pmx with my code.
When I debugged , found out that
self.stream.once('readable', recv);
was not getting any data. As soon as I removed pmx, it started working.Please look into the issue.