删除无效代码
This commit is contained in:
parent
38a5878e79
commit
16b382cb87
@ -45,16 +45,6 @@ public class ClientInfoServiceImpl extends BaseSocketService {
|
||||
@Autowired
|
||||
private SocketClientProperties socketClientProperties;
|
||||
|
||||
public void getAndSendClientInfo() {
|
||||
try {
|
||||
Map<String, Object> clientInfo = getClientInfo();
|
||||
System.out.println(JSONObject.toJSONString(clientInfo));
|
||||
} catch (InterruptedException e) {
|
||||
LOG.error(e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
protected void readMessageService(ChannelHandlerContext channelHandlerContext, Message readMessage) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user