@vgroup/dialbox 0.2.82 → 0.2.83

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.
@@ -1675,7 +1675,7 @@ class IncomeingCallSocketService {
1675
1675
  };
1676
1676
  this.socket.onclose = () => {
1677
1677
  console.warn("WebSocket disconnected");
1678
- setTimeout(() => this.connect(), 3000); // Auto-reconnect
1678
+ setTimeout(() => this.connect(), 100); // Auto-reconnect
1679
1679
  };
1680
1680
  }
1681
1681
  listen() {