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

avoid failing uninitialized Future #212

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Conversation

etan-status
Copy link
Contributor

In #195, a regression got introduced where an uninitialized requestFut gets fail()-ed if the message's id cannot be found in pending list. Revert back to return an err() instead, as before.

In #195, a regression got introduced where an uninitialized `requestFut`
gets `fail()`-ed if the message's `id` cannot be found in pending list.
Revert back to return an `err()` instead, as before.
@arnetheduck arnetheduck merged commit 171c747 into master Feb 17, 2024
12 checks passed
@arnetheduck arnetheduck deleted the dev/etan/as-failuninit branch February 17, 2024 08:02
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.

2 participants