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

Wrong value was being used for the last press timestamp. #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blafrisch
Copy link

The "date" property returned with latestState() appears to be the cassandra column timestamp. "value" is the actual value but it's stored as a string and must be cast back to Long.

…roperty returned with latestState() appears to be the cassandra column timestamp. "value" is the actual value but it's stored as a string and must be cast back to Long.
@blafrisch
Copy link
Author

I'll add that I verified that "value" was the correct value and "date.getTime()" the wrong value by doing debug logs in createPressEvent and createButtonEvent and verifying that they matched.

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

Successfully merging this pull request may close these issues.

1 participant