Raqbit
Raqbit
When using the `exception` log method outside an exception handler, the `ExceptionDictTransformer` raises an `AttributeError` as it calls `extract`, which does not handle the case where the given exception type...
When a connection is unexpectedly closed, aiormq logs this with the `log.exception` function ([link](https://github.com/mosquito/aiormq/blob/a1285d42dd564103a3a5b9dd8c201023c887b613/aiormq/connection.py#L563)), breaking parts of the [structlog](https://www.structlog.org/) logging library. The structlog `ExceptionDictTransformer` exception transformer expects this function to...
Compared to pika it has been a breeze working with aio-pika, but I can't get it to shutdown properly. I haven't really used asyncio much but I figured out how...