We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
self.stream.once('readable', recv);
Please look into the issue.
The text was updated successfully, but these errors were encountered:
See #52 but you need to init pmx with network: false
network: false
Sorry, something went wrong.
@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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: