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

Consider using UUIDs instead of MessageId #317

Open
lionel-faber opened this issue May 29, 2019 · 2 comments
Open

Consider using UUIDs instead of MessageId #317

lionel-faber opened this issue May 29, 2019 · 2 comments

Comments

@lionel-faber
Copy link
Contributor

Currently we use routing::MessageId to map responses to their respective responses. With the changes being brought in, can uuid be used instead?

@naturallymitchell
Copy link

(aside) nanoid looks better to me than uuid. it's similarly a secure, URL-friendly, unique string ID scheme, which is simpler.

@chpio
Copy link

chpio commented Jan 31, 2020

uuid is a well known standard and you can transfer it in binary form in 16 bytes or as an u128

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

3 participants