FullHttpRequest req 通過他獲取 getDecoderResult 報錯
private??void??handlerHttpRequest(ChannelHandlerContext?ctx,?FullHttpRequest?req)throws?Exception?{ ????if(!req..isSuccess()?||?!("websocket".equals(req.headers().get("Upgrade")))){ ????getDecoderResult?一直報錯 ????} }
2019-09-19
該方法已經(jīng)被棄用
2019-02-22
使用decoderResult就好了
2018-12-25
什么錯誤?