Commit f8dbd40c authored by martin hou's avatar martin hou

fix: 跳过未读取到有效消息的场景

parent 41a29e60
......@@ -521,7 +521,7 @@ function Jensen(log, conn) {
crash = true;
break;
}
if (rst == null) {
if (rst == null || rst.length == 0) {
break;
}
startIndex += rst.length;
......
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