订单详情调整
This commit is contained in:
@@ -232,6 +232,7 @@ public class PushToAppChannelHandlerAdapter extends NettyChannelHandlerAdapter {
|
|||||||
@Async
|
@Async
|
||||||
public void AppSendInfo(String message, String redisKey,String userId, boolean userFlag) {
|
public void AppSendInfo(String message, String redisKey,String userId, boolean userFlag) {
|
||||||
log.info("netty连接 发送消息 tableId:{} userId:{} userFlag:{} message:{}",redisKey,userId,userFlag, JSONUtil.toJSONString(message));
|
log.info("netty连接 发送消息 tableId:{} userId:{} userFlag:{} message:{}",redisKey,userId,userFlag, JSONUtil.toJSONString(message));
|
||||||
|
log.info("当前已连接队列信息: {}", webSocketMap);
|
||||||
if (userFlag) {
|
if (userFlag) {
|
||||||
if (webSocketMap.containsKey(redisKey)) {
|
if (webSocketMap.containsKey(redisKey)) {
|
||||||
ConcurrentHashMap<String, ChannelHandlerContext> webSockets = webSocketMap.get(redisKey);
|
ConcurrentHashMap<String, ChannelHandlerContext> webSockets = webSocketMap.get(redisKey);
|
||||||
|
|||||||
Reference in New Issue
Block a user