polycopy 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1061,6 +1061,7 @@ class RelayClient extends EventEmitter__default.default {
|
|
|
1061
1061
|
logger.info(` - pending: ${this.pendingTransactions.length}`);
|
|
1062
1062
|
if (this.pendingTransactions.length === 0 && this.postTimeout) {
|
|
1063
1063
|
clearTimeout(this.postTimeout);
|
|
1064
|
+
this.postTimeout = null;
|
|
1064
1065
|
logger.info("检测到提交队列已清空,终止定时任务");
|
|
1065
1066
|
}
|
|
1066
1067
|
}
|