Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Blocking mode - loop_interval not excepting NULL #58

Open
grgilad opened this issue Sep 28, 2014 · 0 comments
Open

Blocking mode - loop_interval not excepting NULL #58

grgilad opened this issue Sep 28, 2014 · 0 comments

Comments

@grgilad
Copy link

grgilad commented Sep 28, 2014

In row 265 in Daemon.php the following seems to be mistaken: "if (is_numeric($this->loop_interval) == false)".

if loop_interval is NULL which is what is supposed to occur when working in blocking mode then this causes an exception. Removing this row works nicely so can you please check if this is indeed a typo or if I'm missing anything?

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant