648540858
2021-11-30 b4e7ed0bf777541ea2196775d08be3d79db6f87f
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/callback/DeferredResultHolder.java
@@ -35,6 +35,10 @@
   public static final String CALLBACK_CMD_PLAY = "CALLBACK_PLAY";
   public static final String CALLBACK_CMD_PLAYBACK = "CALLBACK_PLAY";
   public static final String CALLBACK_CMD_DOWNLOAD = "CALLBACK_DOWNLOAD";
   public static final String CALLBACK_CMD_STOP = "CALLBACK_STOP";
   public static final String CALLBACK_CMD_MOBILEPOSITION = "CALLBACK_MOBILEPOSITION";
@@ -108,7 +112,7 @@
         if (result == null) {
            return;
         }
         result.setResult(new ResponseEntity<>(msg.getData(),HttpStatus.OK));
         result.setResult(ResponseEntity.ok().body(msg.getData()));
      }
      map.remove(msg.getKey());