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 ...@@ -121,7 +121,6 @@ public class PacketManager
121 public void deactivate() { 121 public void deactivate() {
122 store.unsetDelegate(delegate); 122 store.unsetDelegate(delegate);
123 deviceService.removeListener(deviceListener); 123 deviceService.removeListener(deviceListener);
124 - store.existingRequests().forEach(this::removeFromAllDevices);
125 eventHandlingExecutor.shutdown(); 124 eventHandlingExecutor.shutdown();
126 log.info("Stopped"); 125 log.info("Stopped");
127 } 126 }
......