Allow websocket retries when proxy is set.

This commit is contained in:
Greyson Parrelli
2023-04-11 10:01:37 -04:00
parent f8f70ed3e1
commit ca0dd03042

View File

@@ -88,10 +88,6 @@ public final class SignalWebSocketHealthMonitor implements HealthMonitor {
break;
}
case FAILED:
if (SignalStore.proxy().isProxyEnabled()) {
Log.w(TAG, "Encountered an error while we had a proxy set! Terminating the connection to prevent retry spam.");
ApplicationDependencies.closeConnections();
}
break;
}