Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/client/packages/idom-client-react/src/mount.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ function _nextReconnectTimeout(maxReconnectTimeout, mountState) {
Math.floor(Math.random() * mountState.reconnectTimeoutRange) || 1;
mountState.reconnectTimeoutRange =
(mountState.reconnectTimeoutRange + 5) % maxReconnectTimeout;
if (mountState.reconnectAttempts === 4) {
window.alert(
"Server connection was lost. Attempts to reconnect are being made in the background."
);
}
return timeout;
}

Expand Down