Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7fb6899e14
@ -300,7 +300,7 @@ public class ModelService {
|
||||
i++;
|
||||
}
|
||||
}
|
||||
if (i!=1) {
|
||||
if (i!=1 && i!=2) {
|
||||
line = line.replaceAll("\n", " ");
|
||||
String content = parseStreamLine(line, uuid,groupId);
|
||||
if (content != null) {
|
||||
@ -314,6 +314,8 @@ public class ModelService {
|
||||
if (content != null) {
|
||||
result.append(chatReqVO.getContent());
|
||||
}
|
||||
}else if (i == 2){
|
||||
i++;
|
||||
}
|
||||
|
||||
// // 心跳检测
|
||||
|
Loading…
x
Reference in New Issue
Block a user