Showing
1 changed file
with
1 additions
and
1 deletions
@@ -108,7 +108,7 @@ public class DefaultTbLocalSubscriptionService implements TbLocalSubscriptionSer | @@ -108,7 +108,7 @@ public class DefaultTbLocalSubscriptionService implements TbLocalSubscriptionSer | ||
108 | * Since number of subscriptions is usually much less then number of devices that are pushing data. | 108 | * Since number of subscriptions is usually much less then number of devices that are pushing data. |
109 | */ | 109 | */ |
110 | subscriptionsBySessionId.values().forEach(map -> map.values() | 110 | subscriptionsBySessionId.values().forEach(map -> map.values() |
111 | - .forEach(sub -> pushSubscriptionToManagerService(sub, false))); | 111 | + .forEach(sub -> pushSubscriptionToManagerService(sub, true))); |
112 | } | 112 | } |
113 | } | 113 | } |
114 | 114 |