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

PROTON-2843: [Go] Fix segfault with acknowledging a message on closed receiver #432

Merged

Commits on Sep 24, 2024

  1. PROTON-2843: [Go] Fix segfault on settling a message on closed receivers

    Deliveries can not be settled after the receiver has been freed. Therefore, this adds a check to ensure that the receiver was not closed (which ensures that `Free` has not been called on the link yet)
    PatrickTaibel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e50ce7b View commit details
    Browse the repository at this point in the history