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

Terminate the stream when the server closes the connection #737

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

simpadjo
Copy link
Contributor

closes #736

@@ -5,3 +5,5 @@ RabbitMQ:
- "5672:5672"
environment:
- DEBUG=false
volumes:
- ./rabbit-test-config/:/etc/rabbitmq/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tweak rabbit configuration so it detects missing ack and terminates the channel faster in tests.
With default settings it takes 30 minutes to reproduce the issue

@simpadjo
Copy link
Contributor Author

simpadjo commented Oct 5, 2022

@jbwheatley I guess bincompat check failure is related to previous PRs

@jbwheatley
Copy link
Contributor

the mima previous version wasn't pointing to the latest

@jbwheatley
Copy link
Contributor

could you rebase off main?

@simpadjo
Copy link
Contributor Author

simpadjo commented Oct 5, 2022

@jbwheatley done

@jbwheatley jbwheatley merged commit dcd8644 into profunktor:master Oct 5, 2022
@simpadjo
Copy link
Contributor Author

simpadjo commented Oct 5, 2022

@jbwheatley thank you for merging! Will you have time to run the release sometime in the nearest future?

@jbwheatley
Copy link
Contributor

sorry, looks like releases are blocked by an expired gpg key, and I don't have the relevant permissions on this repo to update it. I've opened an issue and tagged the owners, but in the meantime you may need to publish your own version locally.

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

Successfully merging this pull request may close these issues.

Stream stucks if the server closes the channel
2 participants