Commit f1d55f70 authored by martin hou's avatar martin hou

Merge branch 'v20250816' into device-mgr

parents a990f014 4f4c36a6
...@@ -480,7 +480,8 @@ function Jensen(log, conn) { ...@@ -480,7 +480,8 @@ function Jensen(log, conn) {
}; };
const tryDecode = function () { const tryDecode = function () {
if (!current) return; // if (!current) return;
Logger.info('jensen', 'tryDecode', `try to decode buffer with ${blocks.length} blocks`);
// 一个容器,比单独任意一个小包要大一点儿,好像还差一点儿 // 一个容器,比单独任意一个小包要大一点儿,好像还差一点儿
// 当前总缓冲区大小 // 当前总缓冲区大小
let totalBuffLen = 0; let totalBuffLen = 0;
......
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