We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17835f6 commit 6c61960Copy full SHA for 6c61960
service/swarmlistener.go
@@ -330,7 +330,6 @@ func (l *SwarmListener) processNodeEventCreate(event Event) {
330
l.NotifyServices(true)
331
return
332
case <-ctx.Done():
333
- l.NotifyServices(true)
334
335
}
336
@@ -359,7 +358,6 @@ func (l *SwarmListener) processNodeEventRemove(event Event) {
359
358
360
361
362
363
364
365
0 commit comments