Skip to content
Snippets Groups Projects
Commit b2649c03 authored by Jono Wenger's avatar Jono Wenger
Browse files

Disabled network follower to fix integration

parent 2c172beb
No related branches found
No related tags found
No related merge requests found
...@@ -206,7 +206,7 @@ var rootCmd = &cobra.Command{ ...@@ -206,7 +206,7 @@ var rootCmd = &cobra.Command{
} }
} }
fmt.Printf("Received %d\n", receiveCnt) fmt.Printf("Received %d\n", receiveCnt)
client.StopNetworkFollower(1 * time.Second) // client.StopNetworkFollower(1 * time.Second)
/*if err!=nil{ /*if err!=nil{
fmt.Printf("Failed to cleanly close threads: %+v\n", err) fmt.Printf("Failed to cleanly close threads: %+v\n", err)
}*/ }*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment