648540858
2022-04-14 e6ee7fe7477b485676ce506b4e971c9a50dfa588
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/callback/DeferredResultHolder.java
@@ -35,7 +35,13 @@
   public static final String CALLBACK_CMD_PLAY = "CALLBACK_PLAY";
   public static final String CALLBACK_CMD_PLAYBACK = "CALLBACK_PLAYBACK";
   public static final String CALLBACK_CMD_DOWNLOAD = "CALLBACK_DOWNLOAD";
   public static final String CALLBACK_CMD_STOP = "CALLBACK_STOP";
   public static final String UPLOAD_FILE_CHANNEL = "UPLOAD_FILE_CHANNEL";
   public static final String CALLBACK_CMD_MOBILEPOSITION = "CALLBACK_MOBILEPOSITION";
@@ -108,7 +114,7 @@
         if (result == null) {
            return;
         }
         result.setResult(new ResponseEntity<>(msg.getData(),HttpStatus.OK));
         result.setResult(ResponseEntity.ok().body(msg.getData()));
      }
      map.remove(msg.getKey());