-
Notifications
You must be signed in to change notification settings - Fork 142
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
Creating multiple contexts causes real problems #38
Comments
OK I think that second thing is fixed in #35. Specifically, with "works" meaning it prints out things just once, it
I'll look into the first thing .. |
The first test case above also appears to be due to EventEmitter not working the way it used to. (It used to work by coincidence; now it's broken by coincidence). If you have a moment would you check with a master checkout? Thanks! |
i'll take a look |
Indeed this works with master :) |
looking forward to the next release then :D |
Ha, yes good point, well made. Yeah I ought to do a trawl for any other breakages, and post a new release. It's been a while. |
While investigating workarounds for issue #37 I tried to create multiple contexts pointing to the same server.
First I tried this:
with the following result:
I'm guessing multiple contexts are not supported (although I think they may be useful/vital when I get round to creating unit and integration tests)
I then tried a similar experiment with just 2 contexts:
This time I got the following result:
This was clearly an infinite loop. Again am I misunderstanding something about how RabbitMQ works. This seems like a pretty serious issue too but possibly not as bad as the last #37
The text was updated successfully, but these errors were encountered: