648540858
2021-11-17 80bfd9ce026e67dd2eb86c519b5b1b70e3cc7d12
src/main/java/com/genersoft/iot/vmp/vmanager/gb28181/device/DeviceControl.java
@@ -108,10 +108,10 @@
         msg.setData("Timeout. Device did not response to this command.");
         resultHolder.invokeAllResult(msg);
      });
      resultHolder.put(key, uuid, result);
      if (resultHolder.exist(key, null)){
         return result;
      }
      resultHolder.put(key, uuid, result);
      cmder.recordCmd(device, channelId, recordCmdStr, event -> {
            RequestMessage msg = new RequestMessage();
         msg.setId(uuid);