Commit d58d5ce5 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 35dc5ee6
...@@ -63,7 +63,7 @@ public class ChatMsgRspThread implements Runnable { ...@@ -63,7 +63,7 @@ public class ChatMsgRspThread implements Runnable {
log.info("快速响应线程写入数据,rsp:{}", rspJson.toJSONString()); log.info("快速响应线程写入数据,rsp:{}", rspJson.toJSONString());
context.getEmitter().next(rspJson.toJSONString()); context.getEmitter().next("data:"+rspJson.toJSONString());
reCount++; reCount++;
try { try {
Thread.sleep(1000); Thread.sleep(1000);
......
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