src/main/java/com/xcong/excoin/netty/logic/WebSocketLogic.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/netty/logic/WebSocketLogic.java
@@ -80,6 +80,7 @@ Channel channel = ChannelManager.findWebSocketChannel(requestBean.getChannelId()); ResponseBean res = ResponseBean.ok(chat); chat.setTimestamp(System.currentTimeMillis()); res.setType(2); channel.writeAndFlush(NettyTools.webSocketJson(res));