-
Hello!
I think, there's a little mistake, but I dont sure.
Thank you for your attention!
[file tools.py, 28 line:](https://github.com/mosquito/aiormq/blob/master/aiormq/tools.py)
`HAS_AWAIT_METH…
-
@mosquito I've already [reported](https://github.com/mosquito/aiormq/commit/3b6d5cc10e485203b2214761a136d87e59cbe3d0#r32892210) about this exception at commit but just in case here is the issue when u…
decaz updated
5 years ago
-
Hi,
i've run into a problem with the SSL setup using aio-pika and specifying the CA cert in the URL string. Disregarding inconsistent documentation (aio-pika mentions **ca_certs** while aiormq uses…
-
If virtualhost is specified explicitly (not `/`), then yarl raises `ValueError: Path in a URL with authority should start with a slash ('/') if set`:
https://github.com/aio-libs/yarl/blob/948f9c2df5a…
decaz updated
5 years ago
-
Hi,
I'm getting the following exception:
```
Task exception was never retrieved
future:
Traceback (most recent call last):
File "/home/caio.ramos/anaconda3/lib/python3.7/site-packages/aiormq/…
-
The `Connection` only recognizes actual `Heartbeat` frames when updating `heartbeat_last`. The [RabbitMQ documentation](https://www.rabbitmq.com/heartbeats.html) states:
> Any traffic (e.g. protoco…
-
Hello,
I am just curious, why **aio-pika** is restricted to used **pika** with the version less than 0.11.0? Is there something that might broke code functionality?
Thank you.
-
re: https://github.com/mosquito/aio-pika/pull/186
I'm seeing some weird behavior that isn't quite a deadlock, but since it doesn't make sense it's probably threads. Specifically, it happened a few …
-
When I publish messages to an exchange for which there is no route, I get the following message for each publish:
> Unknown from broker
What I found out from my investigation is that by default…
-
I have prepared two scripts to publish 10k messages, one using aio_pika and the second using pika. I measure time them need to send these messages. First script:
```
import asyncio
import aio_pika
…