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

Update sending of Tx Reply & Finalise msgs to send via Store and Forward only if Direct fails #1876

Merged
merged 1 commit into from
May 20, 2020

Commits on May 19, 2020

  1. Update sending of Tx Reply & Finalise msgs to send SAF if Direct fails

    This PR updates the Transaction Service to first attempt to send the Transaction Reply and Transaction Finalise message Directly and only if that process fails to send the messages via SAF. Previously, both these message with sent in a Fire and Forget manner where both would be sent simultaneously without feedback.
    
    Logging has also been introduced for both these processes.
    philipr-za committed May 19, 2020
    Configuration menu
    Copy the full SHA
    3f9338e View commit details
    Browse the repository at this point in the history