arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
276 stars 129 forks source link

Node update affecting performance? #152

Closed Gittekken closed 6 years ago

Gittekken commented 6 years ago

I am using meteor in my project and have recently updated the version of meteor. I believe I was using node 4 and now im using node 8. currently messages are coming at 5 m/s. Problem is when I use rabbot I get 2-3 messages unacked. Another problem is when messages are reached over 10,000 and then I start consuming I get an immediate crash. The crash is a long list that with no defined error messages and then Exited with code: 3221225477. This did not happen before I updated my meteor project and I was wondering how to go about fixing this problem.

Thanks Ken