From eaf6bae9f8b493b01be5182c6285bc20887bd5de Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 10 Jun 2023 12:18:55 +0300 Subject: initial tcp client --- internal/run.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/run.go') diff --git a/internal/run.go b/internal/run.go index 9b9df1d..b069472 100644 --- a/internal/run.go +++ b/internal/run.go @@ -20,5 +20,6 @@ func Run(ctx context.Context, configFile string) error { server.Start(ctx, conf, quo) client.Start(ctx, conf, liveNodesCh) + <-ctx.Done() return nil } -- cgit v1.2.3