vim-web 0.3.42-dev.1 → 0.3.42-dev.2
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/vim-web.iife.js +3 -4
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +3 -4
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.iife.js
CHANGED
|
@@ -59802,12 +59802,11 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
59802
59802
|
} else {
|
|
59803
59803
|
this._clearSocket();
|
|
59804
59804
|
this._connectPromise.reject("Connection to a different server");
|
|
59805
|
-
this._connectPromise = new ControllablePromise();
|
|
59806
59805
|
}
|
|
59807
|
-
} else if (this._connectingUrl !== url) {
|
|
59808
|
-
this._connectPromise = new ControllablePromise();
|
|
59809
|
-
this._connectingUrl = url;
|
|
59810
59806
|
}
|
|
59807
|
+
this._connectPromise = new ControllablePromise();
|
|
59808
|
+
this._connectingUrl = settings2.url;
|
|
59809
|
+
this._retries = settings2.retries;
|
|
59811
59810
|
this.updateState({ status: "connecting" });
|
|
59812
59811
|
try {
|
|
59813
59812
|
this._socket = new WebSocket(url);
|