Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - you have a lot of goroutine leaks #802

Closed
zV3KT0R opened this issue Dec 8, 2024 · 4 comments · Fixed by #803
Closed

[BUG] - you have a lot of goroutine leaks #802

zV3KT0R opened this issue Dec 8, 2024 · 4 comments · Fixed by #803
Labels
bug Something isn't working

Comments

@zV3KT0R
Copy link

zV3KT0R commented Dec 8, 2024

For example:

case <-time.After(s.exec.stopTimeout + 2*time.Second):

@zV3KT0R zV3KT0R added the bug Something isn't working label Dec 8, 2024
@JohnRoesler
Copy link
Contributor

Consider proposing a fix

@jhowrez
Copy link

jhowrez commented Dec 11, 2024

This might be relevant for this issue specifically: https://go.dev/wiki/Go123Timer

.Edit typo

@JohnRoesler
Copy link
Contributor

@zV3KT0R in the future, I'd appreciate it if you could open a ticket with:

  • more details, including what you'd like to see fixed, anything you've tried, etc.
    • The [BUG] issue template has quite a few fields that I note are not present or populated.
  • a more helpful and polite title

Cheers

@zV3KT0R
Copy link
Author

zV3KT0R commented Dec 11, 2024

Yes, I agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants