-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverting to previous code where child future is fired after actual w…
…rite on parent (#820) Reverting to previous change where child future is fired after actual write happens on parent channel. Otherwise, DownstreamMessageEventEx gets reused by ChannelIoProcessor and corrupts the buffers that are not yet written to parent channel. * Reverting to previous change where child future is fired after actual write happens on parent channel. Otherwise, DownstreamMessageEventEx gets reused by ChannelIoProcessor and corrupts the buffers that are not yet written to parent channel. * Change k3po dependency to alpha-58
- Loading branch information
Showing
3 changed files
with
42 additions
and
5 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
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
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