bninja / pika-pool

pools for your pikas
Other
52 stars 49 forks source link

AttributeError at Fairy.__str__ of connection object #6

Closed yjchen-tw closed 8 years ago

yjchen-tw commented 8 years ago

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.