keepalive remove

This commit is contained in:
shikong 2023-09-16 17:21:26 +08:00
parent 84891a72e7
commit f835242b52

View File

@ -49,5 +49,6 @@ public class KeepaliveService {
if(scheduledFuture != null){ if(scheduledFuture != null){
scheduledFuture.cancel(true); scheduledFuture.cancel(true);
} }
map.remove(mockingDevice.getDeviceCode());
} }
} }