Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Fixed problem of multiple consuming cancel in the same time #206

Closed ice2heart closed 4 years ago

ice2heart commented 4 years ago

How to reproduce problem.

  1. Open 2 queue to consuming
  2. Close them in the same time
  3. Catch "aioamqp.exceptions.SynchronizationError: Waiter already exists"