From b2649c03b4a2677b3f88a5886b544f22e47e3150 Mon Sep 17 00:00:00 2001 From: Jono Wenger <jono@elixxir.io> Date: Tue, 29 Dec 2020 14:20:41 -0800 Subject: [PATCH] Disabled network follower to fix integration --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 26aa6f276..e53afa33d 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -206,7 +206,7 @@ var rootCmd = &cobra.Command{ } } fmt.Printf("Received %d\n", receiveCnt) - client.StopNetworkFollower(1 * time.Second) + // client.StopNetworkFollower(1 * time.Second) /*if err!=nil{ fmt.Printf("Failed to cleanly close threads: %+v\n", err) }*/ -- GitLab