Skip to content

Fix goroutines leaks on daemon audit#1009

Closed
TorisutanKholwes wants to merge 0 commit intoopensvc:mainfrom
TorisutanKholwes:dev
Closed

Fix goroutines leaks on daemon audit#1009
TorisutanKholwes wants to merge 0 commit intoopensvc:mainfrom
TorisutanKholwes:dev

Conversation

@TorisutanKholwes
Copy link
Copy Markdown
Contributor

No description provided.

select {
case <-ctx.Done():
case errC <- err:
default:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this default ?

@cgalibern
Copy link
Copy Markdown
Contributor

Replaced by #1010

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants