mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
新增 后管第三方平台配置页面
This commit is contained in:
@@ -208,7 +208,7 @@ public class NettyServerHandler extends ChannelInboundHandlerAdapter {
|
||||
// close(channelId, pileSn);
|
||||
}
|
||||
|
||||
private void close(ChannelId channelId, String pileSn) {
|
||||
private void close(ChannelId channelId, String pileSn, ChannelHandlerContext ctx) {
|
||||
log.error("close方法-发生异常,关闭链接,channelId:{}, pileSn:{}", channelId.asShortText(), pileSn);
|
||||
|
||||
// 删除桩编号和channel的关系
|
||||
|
||||
Reference in New Issue
Block a user