-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix a few bugs to get the basic example working #1
Conversation
Hi @chadrik! What was the exception you got before? The tests passed before as well so I find it a bit strange that change was neccesary (unless Haigha changed API?)... Also, the AMQP error |
Just re-ran the test of version without this fix on Travis, also passed. |
I haven't had time to look through the tests, but I suspect that the problem lies there. I see that the tests are running
The error I got after fixing that was The way I'm testing is this: start the graph
setup the output node
setup the repeat node
send a message
|
- haigha BasicClass.consume() should be called with no_ack=False (see https://www.rabbitmq.com/amqp-0-9-1-reference.html#class.basic for reference) - Minor typo fix
Fix a few bugs to get the basic example working
Hi @jonnor, it's me again.
The repeat.py example now properly repeats data without raising an exception, but it immediately shuts down after forwarding a single message. I'm going to look into that next unless you know what's going on. It prints this: