agoragames / haigha

AMQP Python client
BSD 3-Clause "New" or "Revised" License
161 stars 41 forks source link

Make it possible to specify custom gevent Pool #55

Closed dizpers closed 10 years ago

dizpers commented 10 years ago

To pass gevent pool through haigha.connection.Connection.__init__ kwargs

As I understand - there is no other way to provide pool size for this kind of transport (except overriding of Connection instance _transport attribute).

awestendorf commented 10 years ago

Nice, wasn't sure if anyone else was making use of this :thumbsup:

Released in 0.7.1