Commit b57ac1d9 authored by Skye Yu's avatar Skye Yu

fix: repaat decode

parent 5935d07d
...@@ -320,7 +320,6 @@ function Jensen(log) { ...@@ -320,7 +320,6 @@ function Jensen(log) {
self.decodeTimeout = setTimeout(function () { self.decodeTimeout = setTimeout(function () {
tryDecode(); tryDecode();
}, self.timewait); }, self.timewait);
tryDecode();
if (self.onreceive) { if (self.onreceive) {
try { try {
self.onreceive(totalBytes); self.onreceive(totalBytes);
......
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