mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.23k stars 187 forks source link

"Reject is not sent since channel is closed" #459

Open mofibo opened 2 years ago

mofibo commented 2 years ago

Hello, I really want to know the reason of getting this error "Reject is not sent since channel is closed" and how to resolve it? Does it depend on the number of messages received at the same time and still not unacknowledged due to an error? Should I use *set_qos(prefetch_count=)** ?

I'm using aio-pika 6.8.1

Thanks

ztqsteve commented 2 years ago

I have the same issue, I'm using 7.2.0

mosquito commented 2 years ago

Should be fixed in 8.0.x

mofibo commented 7 months ago

@mosquito thanks, but i still have a similar error when I publish the message, the channel is closed.. is there a time limit when the process, between receiving the message and publishing, takes a long time?

mosquito commented 6 months ago

@mofibo you should read this, I guess.