private void handlerHttpRequest(ChannelHandlerContext ctx, FullHttpRequest req)throws Exception {
if(!req..isSuccess() || !("websocket".equals(req.headers().get("Upgrade")))){
getDecoderResult 一直报错
}
}该方法已经被弃用
使用decoderResult就好了
什么错误?