Yuxi Fu

Results 2 issues of Yuxi Fu

We are using `BlockingConnection` and `basic_get` and no callback function. How come we got a lot of Duplicate callback found for "0:Connection.Unblocked" errors? We use pika 0.11.2 Any idea? or...

Pending Investigation
Needs Volunteer

We followed the official document (https://docs.sentry.io/clients/python/usage/) to use Raven client to log events to Sentry server as follows `from raven import Client` `client = Client(DSN)` `client.captureMessage(message)` Everything worked perfectly fine...