Closed
Description
Expected behavior
I should be able to synchronously remove a ChannelHandler
by ChannelHandlerContext
, just like I can with the regular async ops... Sadly, that's not possible :|.
The fix should be pretty straightforward: Adding a func removeHandler(context: ChannelHandlerContext) throws
to SyncOperations
.