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
{{ message }}
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
// Actually we expecting exactly one notification at all but c8y is sometimes sending two identical notifications with different notification IDs at once.
251
+
// Therefore we are checking for more than 0 notification. At least there should be one.
// Actually we expecting exactly 2 notifications at all but c8y is mostly sending two identical DELETE-notifications with different notification IDs at once.
278
+
// Therefore we are checking for more than 1 notification. At least there should be two.
// Actually we expecting exactly 2 notifications at all but c8y is mostly sending two identical DELETE-notifications with different notification IDs at once.
584
+
// Therefore we are checking for more than 1 notification. At least there should be two.
// Actually we expecting exactly 2 notifications at all but c8y is mostly sending two identical DELETE-notifications with different notification IDs at once.
654
+
// Therefore we are checking for more than 1 notification. At least there should be two.
0 commit comments