Commit b57ac1d9 authored by Skye Yu's avatar Skye Yu

fix: repaat decode

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