keymetrics / pmx

(DEPRECATED) use @pm2/io instead (drop-in replacement) https://github.com/keymetrics/pm2-io-apm
265 stars 35 forks source link

Interference with stream readable event #76

Open pankajkumar opened 7 years ago

pankajkumar commented 7 years ago

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.

vmarchaud commented 7 years ago

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

Unitech commented 7 years ago

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

pankajkumar commented 7 years ago

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