Commit 67bcc398 authored by martin hou's avatar martin hou

fix: 临时取消对闲忙的判断

parent 2e5fb0a4
......@@ -384,7 +384,8 @@ function Jensen(log, conn) {
};
this.busy = function() {
return Boolean(current);
// return Boolean(current);
return false;
}
const tryReceive = function () {
......
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