Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interference with stream readable event #76

Open
pankajkumar opened this issue Feb 8, 2017 · 3 comments
Open

Interference with stream readable event #76

pankajkumar opened this issue Feb 8, 2017 · 3 comments

Comments

@pankajkumar
Copy link

pankajkumar commented Feb 8, 2017

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
Copy link
Contributor

See #52 but you need to init pmx with network: false

@Unitech
Copy link
Member

Unitech commented Feb 9, 2017

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

@pankajkumar
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants