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

fixes 38 #39

Merged
merged 4 commits into from
May 25, 2020
Merged

fixes 38 #39

merged 4 commits into from
May 25, 2020

Conversation

Streppel
Copy link
Member

@Streppel Streppel commented May 21, 2020

fixes #38

@Streppel Streppel requested review from JohnRoesler and arjunmahishi and removed request for JohnRoesler May 21, 2020 16:58
return
}
}
}()

return stopped
return s.stopChan
Copy link
Member

Choose a reason for hiding this comment

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

(Unrated to this PR) Do we really need to expose this chan to the user? We already have a s.Stop() that takes care of stopping the scheduler.

Copy link
Member Author

@Streppel Streppel May 22, 2020

Choose a reason for hiding this comment

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

You're absolutely right, but as this would be a breaking change I decided to leave it for another PR

@Streppel Streppel merged commit 4cc1bfb into master May 25, 2020
@github-actions github-actions bot deleted the bugfix/38 branch May 25, 2020 01:20
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.

[BUG] - StartAsync creates infinite schedulers
2 participants