Commit c1ee6f31 authored by AfirSraftGarrier's avatar AfirSraftGarrier

格式并加些打印

parent ce07cb22
...@@ -6,7 +6,6 @@ import lombok.Data; ...@@ -6,7 +6,6 @@ import lombok.Data;
@Data @Data
public class SessionContext { public class SessionContext {
private String remoteIp; private String remoteIp;
private int remotePort; private int remotePort;
private String appId; private String appId;
...@@ -18,6 +17,4 @@ public class SessionContext { ...@@ -18,6 +17,4 @@ public class SessionContext {
private String offline;//下线时间 private String offline;//下线时间
private String channelId; private String channelId;
private SocketChannel clientChannel; private SocketChannel clientChannel;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment