pmx icon indicating copy to clipboard operation
pmx copied to clipboard

Interference with stream readable event

Open pankajkumar opened this issue 8 years ago • 3 comments

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.

pankajkumar avatar Feb 08 '17 11:02 pankajkumar

See https://github.com/keymetrics/pmx/issues/52 but you need to init pmx with network: false

vmarchaud avatar Feb 08 '17 16:02 vmarchaud

@pankajkumar what is your Node.js version ? PM2 version (pmx if possible) thanks

Unitech avatar Feb 09 '17 13:02 Unitech

@Unitech We were using node v4.2.1, and pmx v0.6.8

pankajkumar avatar Feb 09 '17 14:02 pankajkumar