调整
This commit is contained in:
parent
9c5a2c7b26
commit
cbba1c7be7
@ -269,7 +269,7 @@ public class Gb28181DownloadService {
|
|||||||
if(docking == null){
|
if(docking == null){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
closeExistRequest(deviceCode, device, docking);
|
|
||||||
String cacheKey = CacheUtil.getKey(docking.getGbDeviceId(), device.getGbDeviceChannelId());
|
String cacheKey = CacheUtil.getKey(docking.getGbDeviceId(), device.getGbDeviceChannelId());
|
||||||
realtimeMap.computeIfPresent(cacheKey,(key, scheduledFuture) -> {
|
realtimeMap.computeIfPresent(cacheKey,(key, scheduledFuture) -> {
|
||||||
scheduledFuture.cancel(true);
|
scheduledFuture.cancel(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user