Administrator
2026-07-16 c49dd22c28ea5f960ccef8f0631615ee24bf850e
src/main/java/com/xcong/excoin/modules/gateApi/GateGridTradeService.java
@@ -398,7 +398,8 @@
            return;
        }
        checkProfitAndReset();
        // 异步检查盈亏,避免 REST 调用阻塞 WS 心跳导致 Socket closed
        executor.submitTask(this::checkProfitAndReset);
        if (state == StrategyState.ACTIVE &&
                longActive == false &&