| src/main/java/com/xcong/excoin/modules/okxNewPrice/OkxNewPriceWebSocketClient.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/modules/okxNewPrice/OkxNewPriceWebSocketClient.java
@@ -434,9 +434,7 @@ private void sendPing() { try { if (webSocketClient != null && webSocketClient.isOpen()) { JSONObject ping = new JSONObject(); ping.put("op", "ping"); webSocketClient.send(ping.toJSONString()); webSocketClient.send("ping"); log.debug("发送ping请求"); } } catch (Exception e) {