update some sturf

This commit is contained in:
tsmethurst 2021-08-15 16:16:26 +02:00
commit 2b633bc9ff
5 changed files with 37 additions and 124 deletions

View file

@ -304,7 +304,7 @@ func (p *processor) Start() error {
}
}
}()
return p.initTimelines()
return nil
}
// Stop stops the processor cleanly, finishing handling any remaining messages before closing down.