smok-serwis / coolamqp

Pure Python pretty fast AMQP client with sane reconnects
MIT License
6 stars 1 forks source link

Due to how sink works there's a lower limit on operation execution #4

Closed piotrmaslanka closed 7 years ago

piotrmaslanka commented 7 years ago

This should probably behave as two threads - one listening on AMQP events, and other listening on user events

piotrmaslanka commented 7 years ago

You can't really fix it, as py-amqp is simply stupid and it's very construction does not allow to fix it, but it's quite ok now.