Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Add support for configurable unsolicited response retries #323

Merged
merged 5 commits into from Jul 25, 2019

Conversation

emgre
Copy link
Member

@emgre emgre commented Jul 5, 2019

Closes #322 and #321.

  • Add configuration number of unsolicited response retries
  • The NumRetries has two static member functions to create a fixed number of maximum retries or an infinite number of retries.
  • The unused unsolRetryTimeout was removed.
  • Updated the Java and C# bindings accordingly.
    • The default value for allowUnsolicited is now true, to better reflect the C++ API.
    • In the C# bindings, renamed unsolicitedConfirmTimeout for unsolConfirmTimeout to better reflect the C++ API
  • A bug was also fixed, where the solConfirmTimeout was never used. The unsolConfirmTimeout was used for both solicited and unsolicited responses. Now, the appropriate values are used. A test case was also added for this bug.

@jadamcrain jadamcrain merged commit b230cc0 into develop Jul 25, 2019
@jadamcrain jadamcrain deleted the feature/unsol-num-retries branch July 25, 2019 16:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support configurable number of unsolicited retries
2 participants