Skip to content
Snippets Groups Projects
Commit 0d2448c3 authored by Jake Taylor's avatar Jake Taylor
Browse files

more cleanup

parent 5c9a2b46
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ func main() { ...@@ -127,7 +127,7 @@ func main() {
// Create a tracker channel to be notified of network changes // Create a tracker channel to be notified of network changes
connected := make(chan bool, 10) connected := make(chan bool, 10)
// Provide a callback that will be signalled when network health status changes // Provide a callback that will be signalled when network health status changes
baseClient.GetCmix().AddHealthCallback( e2eClient.GetCmix().AddHealthCallback(
func(isConnected bool) { func(isConnected bool) {
connected <- isConnected connected <- isConnected
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment