diff --git a/cmd/root.go b/cmd/root.go
index 26aa6f2769cc6e11d18c9a6db6e6b3d89e487bc6..e53afa33d5f106bb3c21548caf612c067a7823df 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)
 		}*/