There was an error while loading. Please reload this page.
1 parent a6435cf commit c4cceb0Copy full SHA for c4cceb0
1 file changed
hscontrol/app.go
@@ -752,6 +752,7 @@ func (h *Headscale) Serve() error {
752
}
753
754
var tailsqlCtx context.Context
755
+
756
tailsqlCtx, tailsqlCancel = context.WithCancel(ctx)
757
758
errorGroup.Go(func() error {
0 commit comments