decoderRemoved(context:)
Called once this ByteToMessageDecoder
is removed from the ChannelPipeline
.
mutating func decoderRemoved(context: ChannelHandlerContext)
Parameters
- context
The
ChannelHandlerContext
which thisByteToMessageDecoder
belongs to.