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

Add switch to suppress 'stale' data #11

Open
CharlesGodwin opened this issue Jun 1, 2020 · 0 comments
Open

Add switch to suppress 'stale' data #11

CharlesGodwin opened this issue Jun 1, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@CharlesGodwin
Copy link
Owner

The current program generates a device record every time a request is made via getDevices() method is called. But the situation can occur where there has not been any fresh data provided by a device since the last call. The result is that two or more calls to getDevices() will return exactly the same information and give no indication the device has not reported in this interval.

I intend to add a runtime option to allow detection of this 'non-reporting" and suppress a duplicate, stale record. The default behaviour will remain as before.

@CharlesGodwin CharlesGodwin added the enhancement New feature or request label Jun 1, 2020
@CharlesGodwin CharlesGodwin changed the title Add switch suppress 'old' data Add switch to suppress 'stale' data Jun 1, 2020
@CharlesGodwin CharlesGodwin self-assigned this Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant