Andy
Results
2
issues of
Andy
httpretty instructed me to report a bug. Try this simple script: ``` import pika import httpretty @httpretty.activate def test_me(): parameters = pika.URLParameters('amqp://guest:guest@localhost:5672/%2F') connection = pika.BlockingConnection(parameters) channel = connection.channel() channel.exchange_declare(exchange='e', durable=True,...
Greetings! Awesome extension; it's really helped us engage with our users. I was recently looking at the logs of one of the cloud functions and found that the node runtime...