Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

poll_get_balance no longer fails intermittently for zero balance accounts #774

Merged
merged 2 commits into from
Jul 27, 2018

Conversation

mvines
Copy link
Contributor

@mvines mvines commented Jul 27, 2018

While polling for a non-zero balance, it's not uncommon for one of the get_balance requests to fail with EWOULDBLOCK. Previously when a get_balance request failure occurred on the last iteration of the polling loop, poll_get_balance returned an error even though the N-1 iterations may have successfully retrieved a balance of 0.

mvines added 2 commits July 26, 2018 21:27
…unts

While polling for a non-zero balance, it's not uncommon for one of the
get_balance requests to fail with EWOULDBLOCK.  Previously when a get_balance
request failure occurred on the last iteration of the polling loop,
poll_get_balance returned an error even though the N-1 iterations may have
successfully retrieved a balance of 0.
@mvines mvines added automerge Merge this Pull Request automatically once CI passes and removed automerge Merge this Pull Request automatically once CI passes labels Jul 27, 2018
@solana-grimes solana-grimes merged commit 308d8c2 into solana-labs:master Jul 27, 2018
vkomenda pushed a commit to vkomenda/solana that referenced this pull request Aug 29, 2021
Bumps [rollup](https://github.com/rollup/rollup) from 2.32.1 to 2.33.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.32.1...v2.33.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants