Skip to content

Commit

Permalink
[ISSUE #975]when close consumer, return directly
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxuwan authored Dec 19, 2022
1 parent f56a2db commit 896a8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ func (td *traceDispatcher) process() {
runtime.Gosched()
}
rlog.Info(fmt.Sprintf("------end trace send %v %v", td.input, td.batchCh), nil)
return
}
}
}
Expand Down

0 comments on commit 896a8a3

Please sign in to comment.