We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The consumer logs:
rabbitmq-amqp-dotnet-client/RabbitMQ.AMQP.Client/Impl/AmqpConsumer.cs
Lines 135 to 146 in 6656e10
even it is still consuming messages
Execute some long running consuming
It should not go in timeout
There aren't side effects btw. All the messages are consumed correctly without problems
The text was updated successfully, but these errors were encountered:
That is not a bug. The consumer shared the same log message. Fixed here: #74
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
The consumer logs:
rabbitmq-amqp-dotnet-client/RabbitMQ.AMQP.Client/Impl/AmqpConsumer.cs
Lines 135 to 146 in 6656e10
even it is still consuming messages
Reproduction steps
Execute some long running consuming
Expected behavior
It should not go in timeout
Additional context
There aren't side effects btw. All the messages are consumed correctly without problems
The text was updated successfully, but these errors were encountered: