-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Advance message sending by more than one step at a time
It does not seem proper to advance the sending of messages as represented by the SendMessageState type with one state transition at a time. Rather, we should advance it as far as possible, until we either cannot continue because an IO is pending, an error occurred, or we are done sending altogether.
- Loading branch information
Showing
1 changed file
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters