Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Fix arguments to error callback on non-coroutines #224

Closed mallamanis closed 2 years ago

mallamanis commented 3 years ago

The error callback was previously given different parameters when asyncio.iscoroutinefunction(self._on_error_callback) is true/false.