removeHandler(context:promise:)
Remove a ChannelHandler
from the ChannelPipeline
.
This declaration is deprecated: Use .syncOperations.removeHandler(context:) instead, this method is not Sendable-safe.
func removeHandler(context: ChannelHandlerContext, promise: EventLoopPromise<Void>?)