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

test: fix potential race condition in Async ResultSet #333

Merged
merged 1 commit into from
Jul 10, 2020

Commits on Jul 9, 2020

  1. test: fix potential race condition in Async ResultSet

    If an AsyncResultSet was paused directly after receiving its last row and
    then cancelled while in paused mode, there was a small chance that the
    callback would not be called a last time to indicate to the user that the
    result set had been cancelled.
    
    Updates #327
    olavloite committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    161db8e View commit details
    Browse the repository at this point in the history