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

Found two bugs. #45

Closed
mail2fish opened this issue Apr 29, 2015 · 0 comments
Closed

Found two bugs. #45

mail2fish opened this issue Apr 29, 2015 · 0 comments

Comments

@mail2fish
Copy link

config.go:36

if options["poll_interval"] != "" {

Unequal is wrong. It should be equal.

options["poll_interval"] == ""

scheduled.go:55

s.poll(true)

That's a recursive fun call. It will cause stack too big and over limit.

jrallison added a commit that referenced this issue May 3, 2015
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

No branches or pull requests

2 participants