Skip to content

Commit

Permalink
Merge pull request #1259 from seokho-son/main
Browse files Browse the repository at this point in the history
Hotfix for runtime err in monitoring agent
  • Loading branch information
jihoon-seo authored Nov 8, 2022
2 parents 98ddf4b + 04a46fb commit 8d63322
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/mcis/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ func CallMonitoringAsync(wg *sync.WaitGroup, nsID string, mcisID string, mcisSer

result = string(body)
}
defer res.Body.Close()

//wg.Done() //goroutin sync done

Expand Down

0 comments on commit 8d63322

Please sign in to comment.