You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sink.next(newGenericMessage<>(newNetworkImpactsInfos(ImmutableSet.of(), ImmutableSet.of(newEquipmentDeletionInfos())), headers)); // should be discarded, no client connected
403
+
sink.next(newGenericMessage<>(newNetworkImpactsInfos(ImmutableSet.of(), ImmutableSet.of(newEquipmentDeletionInfos()), ImmutableSet.of()), headers)); // should be discarded, no client connected
sink.next(newGenericMessage<>(newNetworkImpactsInfos(ImmutableSet.of(), ImmutableSet.of(newEquipmentDeletionInfos())), headers)); // should be discarded, first client disconnected
414
+
sink.next(newGenericMessage<>(newNetworkImpactsInfos(ImmutableSet.of(), ImmutableSet.of(newEquipmentDeletionInfos()), ImmutableSet.of()), headers)); // should be discarded, first client disconnected
0 commit comments