Skip to content
Snippets Groups Projects
Commit 4a77f616 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

Merge branch 'develop' into thesis-mk

parents c53a4bc0 109411b9
No related branches found
No related tags found
1 merge request!221Thesis mk
......@@ -124,13 +124,11 @@ func Run(ctx context.Context) error {
return initError
}
log.WithFields(log.Fields{}).Info("initialisation finished")
for {
select {
case <-c.stopChan:
return shutdown()
case <-ctx.Done():
return shutdown()
}
select {
case <-c.stopChan:
return shutdown()
case <-ctx.Done():
return shutdown()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment