yudao-module-iot/yudao-module-iot-gateway/src/main/java/cn/iocoder/yudao/module/iot/gateway/protocol/modbus/tcpserver/manager/IotModbusTcpServerPendingRequestManager.java
@@ -21,7 +21,7 @@ * - TCP 模式:按 transactionId 精确匹配 * - RTU 模式:按 slaveId + functionCode FIFO 匹配 * * @author 芋道源码 * @author 超级管理员 */ @Slf4j public class IotModbusTcpServerPendingRequestManager {