@solana/web3.js 1.50.0 → 1.50.1

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/lib/index.iife.js CHANGED
@@ -22716,6 +22716,11 @@ var solanaWeb3 = (function (exports) {
22716
22716
  this._rpcWebSocketConnected = false;
22717
22717
  this._rpcWebSocketGeneration++;
22718
22718
 
22719
+ if (this._rpcWebSocketIdleTimeout) {
22720
+ clearTimeout(this._rpcWebSocketIdleTimeout);
22721
+ this._rpcWebSocketIdleTimeout = null;
22722
+ }
22723
+
22719
22724
  if (this._rpcWebSocketHeartbeat) {
22720
22725
  clearInterval(this._rpcWebSocketHeartbeat);
22721
22726
  this._rpcWebSocketHeartbeat = null;