bugfix: 远端测试bug
This commit is contained in:
@@ -224,8 +224,7 @@ static void* reader_thread_func(void *arg)
|
||||
|
||||
// 序列号检查
|
||||
if (h.seq != local_seq) {
|
||||
DEBUGLOG("Reader: seq mismatch! h.seq=%lu, local_seq=%lu, off=%u\n",
|
||||
h.seq, local_seq, read_off);
|
||||
// DEBUGLOG("Reader: seq mismatch! h.seq=%lu, local_seq=%lu, off=%u\n", h.seq, local_seq, read_off);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user