onebots 0.4.9 → 0.4.10

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.
@@ -570,7 +570,7 @@ class V12 extends events_1.EventEmitter {
570
570
  setTimeout(() => {
571
571
  if (timestmap < this.timestamp)
572
572
  return;
573
- this.startWsReverse(config);
573
+ this._createWsr(url, config);
574
574
  }, this.config.reconnect_interval * 1000);
575
575
  });
576
576
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onebots",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "基于icqq的多例oneBot实现",
5
5
  "engines": {
6
6
  "node": ">=16"