Propagate context to lrpc

This commit is contained in:
2022-05-12 17:14:34 -07:00
parent 60f1eedc9a
commit 958f2af516
4 changed files with 7 additions and 6 deletions

View File

@@ -179,7 +179,7 @@ func main() {
}
// Start control socket
err = startSocket(dev)
err = startSocket(ctx, dev)
if err != nil {
log.Error().Err(err).Msg("Error starting socket")
}