Administrator
2026-07-16 56ccd36e2f610a98e0b23e869d38e815715d2fd8
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 &&