Skip to content

New polling logic for LAN. #252

akwizgran requested to merge 252-lan-polling into master

Same approach as !104 (merged). Modified the poller to cancel any scheduled poll when pollNow() is called and randomise the next polling interval so plugins that call pollNow() at the same time don't end up polling in sync.

Depends on !104 (merged). Fixes #252 (closed).

Merge request reports