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

Fixes: #462: Fix race condition in method sendResponse in com.android.identity.wallet.transfer.Communication #463

Commits on Feb 1, 2024

  1. Fixes: openwallet-foundation-labs#462: In com.android.identity.wallet…

    ….transfer.Communication sendResponse
    
    If `closeAfterSending` is true, only close the connection after we know the
    `deviceResponse` payload have been sent.
    
    Signed-off-by: Nicklas Warming Jacobsen <[email protected]>
    Nicklas Warming Jacobsen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1cb88d0 View commit details
    Browse the repository at this point in the history
  2. conditionally call disconnect in SendResponse

    Signed-off-by: Nicklas Warming Jacobsen <[email protected]>
    Nicklas Warming Jacobsen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    069e9db View commit details
    Browse the repository at this point in the history