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

New message/event IDs are not in chronological order #1077

Open
tvdstaaij opened this issue Apr 10, 2016 · 0 comments
Open

New message/event IDs are not in chronological order #1077

tvdstaaij opened this issue Apr 10, 2016 · 0 comments

Comments

@tvdstaaij
Copy link

Message IDs used to be like this: 251340

Since some recent update on master, they're like this: 02000000960c4000922a1f00000000000000000000000000

Which wouldn't be much of a problem if they were chronologically ordered / sortable. Well, they aren't; only a small part of the ID string actually changes and this part eventually wraps around. This new behavior suddenly broke my application (which uses the TCP JSON interface) and I can't even make a proper fix; the date field is a poor alternative because multiple messages can have the same timestamp and because it's sometimes missing from the event data.

Is this a conscious decision or a bug/oversight? I would really appreciate consistent IDs for accurately determining which of two message objects came earlier.

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

No branches or pull requests

1 participant