src/main/java/com/xcong/excoin/modules/okxNewPrice/OkxQuantWebSocketClient.java @@ -485,7 +485,7 @@ } int attempt = 0; int maxAttempts = 5; int maxAttempts = 3; long delayMs = 1000; while (attempt < maxAttempts && !isConnected.get()) {