-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
removeHandler(context: ChannelHandlerContext)
to SynchronousOpe…
…rations of ChannelPipeline (#2912) ### Motivation: As per #2906. ### Modifications: Added a method to SynchrounousOperations of ChannelPipeline. ### Result: Now we are able to remove channel handlers by context. --------- Co-authored-by: Franz Busch <f.busch@apple.com>
- Loading branch information
1 parent
611fa09
commit f6b8f1f
Showing
2 changed files
with
56 additions
and
0 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