Mosquito

Results 223 comments of Mosquito

@pfribourg-ias Unfortunately, at the publishing stage, there is no correct way to make sure that the message did not return, since the message can return in an hour or tomorrow...

That's means the plugin doesn't send any confirmation frame for this message I guess. This behavior isn't standard for the [publisher confirms extension](https://www.rabbitmq.com/tutorials/tutorial-seven-java.html) and disabling publisher confirms it's the only...

@noxdafox it's tested yesterday on 3.8.9. Strange for me is the first run working fine but the second run will stucked. ``` $ brew info rabbitmq rabbitmq: stable 3.8.9 ```

@noxdafox `pika` doesn't enabling publisher confirms by default. And when you want to does it it's not really simple. In case from upper comment the code snippet is reproducing issue...

@flokasper BTW thank you for the issue, I found out another issue when `asyncio.wait_for` doesn't work in this and similar cases.

Sorry for long answer, but why you want to add a parameter to the methods and use `asyncio.wait_for` inside them instead of wrapping `asyncio.wait_for` externally?

Could you please prepare two `cProfile` files, on good version and broken? Like this `python -m cProfile -o profile-$variant.cprof script.py`