There was an error while loading. Please reload this page.
1 parent 48c2fd7 commit fced21dCopy full SHA for fced21d
1 file changed
cmd/nebula-service/service.go
@@ -67,6 +67,9 @@ func (p *program) Stop(s service.Service) error {
67
}
68
69
p.control.Stop()
70
+
71
+ // block until nebula has fully drained before reporting stopped.
72
+ // error logging is handled by Start.
73
_ = p.control.Wait()
74
return nil
75
0 commit comments