This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Adjust big segments logic to prevent duplicate polls. (#225)
The contract tests attempt to determine that the SDK is not making redundant polls, and sometimes this test would fail. Theoretically this could also affect a server handling requests on many threads which concurrently request status before the first request has completed.
- Loading branch information