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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polycopy",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "polycopy test",
5
5
  "main": "dist/index.js",
6
6
  "bin": {