alshabib
Committed by Gerrit Code Review

stops an instance from removing packet requests upon deactivation

Change-Id: I4ac7536ab5d10e0a08ae5af1c7ad9900ab99b139
......@@ -121,7 +121,6 @@ public class PacketManager
public void deactivate() {
store.unsetDelegate(delegate);
deviceService.removeListener(deviceListener);
store.existingRequests().forEach(this::removeFromAllDevices);
eventHandlingExecutor.shutdown();
log.info("Stopped");
}
......