Commit 322a45ae authored by martin hou's avatar martin hou

fix: 取消接收失败时的tryReceive

parent 5133292a
......@@ -448,7 +448,6 @@ function Jensen(log, conn) {
// console.log('tryReceive error', e)
// if (!channelHealthy) self.onerror?.(e);
Logger.error('jensen', 'receive', String(e));
tryReceive();
});
}
};
......
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