bugfix: 远端测试bug

This commit is contained in:
1iaan
2026-02-02 07:40:01 +00:00
parent 6d1a50cf88
commit c1458a6693
7 changed files with 13 additions and 12 deletions

View File

@@ -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;
}