Commit af035264 by giaogiao

响应发送方

parent e5340338
...@@ -196,7 +196,7 @@ public class ImConcreteReceiveStrategy extends AbstractReceiveStrategy { ...@@ -196,7 +196,7 @@ public class ImConcreteReceiveStrategy extends AbstractReceiveStrategy {
stringHashMap.put(MSG_ID, messageId); stringHashMap.put(MSG_ID, messageId);
responseModel.setData(stringHashMap); responseModel.setData(stringHashMap);
responseModel.setReqId(receiveModel.getReqId()); responseModel.setReqId(receiveModel.getReqId());
// ws下发 // 响应发送方
writeDataService.write(responseModel, appKey, clientUniId); writeDataService.write(responseModel, appKey, clientUniId);
} }
......
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