Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: don't return
Err(Error::BufferedFutureMessage)
from `hand…
…le_future_message()` This was meaningless because in the one and only caller this error would always be propagated. So we can just keep it in that context and raise it from there directly. No need for an extra round trip. (cherry picked and adjusted from commit 5d7af36)
- Loading branch information