Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConnectionError: Couldn't revive channel #95

Open
asynchronoust opened this issue Jul 28, 2017 · 1 comment
Open

ConnectionError: Couldn't revive channel #95

asynchronoust opened this issue Jul 28, 2017 · 1 comment

Comments

@asynchronoust
Copy link

asynchronoust commented Jul 28, 2017

when the publisher does not publish message for a long time, and then a message comes, the publisher will raise the error: "ConnectionError: Couldn't revive channel"

when i use the Rabbitmq 3.5.5, the problem above dose not exist. but when i update the rabbitmq to 3.6.10, the problem above exists.

and it is stange that when using 3.6.10, the error raised, but the message that raised that error is published to the rabbitmq and consumer consumes the msg !!!!!
i check the C code, when this error is raised, this lib will close the connection with the rabbitmq server:

@auvipy
Copy link
Member

auvipy commented Jan 23, 2018

it's recommended to use py-amqp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants