Chris Taylor
Results
2
comments of
Chris Taylor
Thanks for the report! I'm the author of the original SO question, let me know if you need anything.
I edited the SO question with an even simpler example to trigger the bug, I'll post it here: **Client** ```python #!/usr/bin/env python import pika connection = pika.BlockingConnection( pika.ConnectionParameters(host='localhost') ) channel_stream...