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

Fix bug in TestSendDisembargo/SendQueuedResultToCaller #443

Merged
merged 1 commit into from
Feb 4, 2023

Commits on Feb 4, 2023

  1. Fix bug in TestSendDisembargo/SendQueuedResultToCaller

    Sadly, I don't think this is capnproto#426, but I noticed it while hunting that
    down: we set Which to receiverHosted but then set the SenderHosted
    field. This patch fixes that.
    
    I think we're getting lucky in the test such that it passes anyway
    because we only ever put one export on the wire so the ID is always zero
    anyway.
    zenhack committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    27aa4bd View commit details
    Browse the repository at this point in the history