You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add removeHandler(context: ChannelHandlerContext) to SynchronousOperations 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 <[email protected]>
0 commit comments