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

ready-cache: restore assert for dropped cancel tx #418

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

jonhoo
Copy link
Collaborator

@jonhoo jonhoo commented Feb 20, 2020

When ready-cache was upgraded from futures 0.1 to std::future in
e2f1a49, this expect was removed, and
the code instead silently ignores the error. That's probably not what we
want, so this patch restores that assertion.

When ready-cache was upgraded from futures 0.1 to `std::future` in
e2f1a49, this `expect` was removed, and
the code instead silently ignores the error. That's probably not what we
want, so this patch restores that assertion.
@jonhoo jonhoo requested a review from LucioFranco February 20, 2020 22:01
@jonhoo jonhoo merged commit be156e7 into master Feb 20, 2020
@jonhoo jonhoo deleted the jonhoo/ready-cache-sanity branch February 20, 2020 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants