648540858
2022-01-17 b7c16fe6ed13a3ddc3f35a8caf2736f1536bad61
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());