Commit 4f4c36a6 authored by martin hou's avatar martin hou

fix: 增加测试跟踪日志

parent 55adbbb8
...@@ -479,7 +479,8 @@ function Jensen(log, conn) { ...@@ -479,7 +479,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