2026-08-07 d65c665b483f9c7b57358d4ad2c4bf3c6e1f9608
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 {