Decoder is not a @Sharable handler, so can't be added or removed multiple times
final MyMessageDecoder myMessageDecoder = new MyMessageDecoder();
每次都new 一个不采用final
2023-10-06 10:23:58
Decoder is not a @Sharable handler, so can't be added or removed multiple times
final MyMessageDecoder myMessageDecoder = new MyMessageDecoder();
每次都new 一个不采用final