Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix comment
Browse files Browse the repository at this point in the history
tonyredondo authored and drodriguezhdez committed Mar 26, 2020
1 parent e7a1ea2 commit 709bcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/recorder.go
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ func (r *SpanRecorder) sendSpans() (error, bool) {
jobs++

if len(r.workerResults) > 0 {
// We check if a previous result call the cancellation of the send
// We check if a previous result to check if we need to cancel all
result := <-r.workerResults
lastError = result.error
jobs--

0 comments on commit 709bcd4

Please sign in to comment.