Decoder is not a @Sharable handler, so can't be added or removed multiple times

final MyMessageDecoder myMessageDecoder = new MyMessageDecoder();

每次都new 一个不采用final

 

相关文章:

  • 2021-09-05
  • 2022-12-23
  • 2021-09-08
  • 2021-05-28
  • 2021-05-08
  • 2021-11-06
猜你喜欢
  • 2021-06-12
  • 2022-12-23
  • 2021-12-06
  • 2021-10-13
  • 2021-07-26
  • 2021-09-06
相关资源
相似解决方案