When calling Fairy str , there's an Error raise in this line:
('cxn', '{0}:{1}/{2}'.format(self.cxn.params.host, self.cxn.params.port, self.cxn.params.virtual_host)),
AttributeError: 'BlockingConnection' object has no attribute 'params'
The BlockingConnection does not params attribute, could you take a look at that? Thanks.
I'm using pika==0.10.0 and pika-pool==0.1.3.
When calling Fairy str , there's an Error raise in this line: ('cxn', '{0}:{1}/{2}'.format(self.cxn.params.host, self.cxn.params.port, self.cxn.params.virtual_host)), AttributeError: 'BlockingConnection' object has no attribute 'params'
The BlockingConnection does not params attribute, could you take a look at that? Thanks.