mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 10:08:03 +03:00
82eaef5402
* Do not backpressure from the command tracker output to the submission flow. This is required to meet the contract of CommandClient.trackCommandsUnbounded, which allows for submitting an unbounded number of commands. This is in turn required to use CommandClient.trackCommandsUnbounded as part of a flow that retries (some of the) failed command submissions. CHANGELOG_BEGIN CHANGELOG_END * Revert "Do not backpressure from the command tracker output to the submission flow. This is required to meet the contract of CommandClient.trackCommandsUnbounded, which allows for submitting an unbounded number of commands. This is in turn required to use CommandClient.trackCommandsUnbounded as part of a flow that retries (some of the) failed command submissions." This reverts commit 20c0b8e3 * Adding a disclaimer to the CommandClient so that users are not totally surprised about unexpected backpressure. |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel |