Required Instance Methodswift-nio 2.84.0NIOCore

decoderRemoved(context:)

Called once this ByteToMessageDecoder is removed from the ChannelPipeline.

Codec.swift:187
mutating func decoderRemoved(context: ChannelHandlerContext)

Parameters

context

The ChannelHandlerContext which this ByteToMessageDecoder belongs to.