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

Inconsistent states given to each event based upon when it was parsed. #24

Open
f34rdotcom opened this issue Apr 7, 2018 · 1 comment

Comments

@f34rdotcom
Copy link
Contributor

self._update_armed_ready_status(message)

The way this is currently designed the state is incrementally updated as each event goes out. This will result in receivers getting only a partially updated state of the panel. In the C# plugin API the event bits are all updated first then events are fired.

@f34rdotcom
Copy link
Contributor Author

Potentially taggin UPNP push events at least with a sequence or something to allow the receiver to check for a missing or out of order event. Then it could choose to hold / delay and reorder to fix the issue.

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

No branches or pull requests

1 participant