Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix 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
chadrik commentedJul 21, 2015
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: