Skip to content

Suggestion to use uuid for message_id instead of random string #19

@shashankshet

Description

@shashankshet

Hello Team,

This looks like a wonderful project, kudos to the developers who developed this.
I see we are using random str for message_id, rather than using random string i suggest we can use uuid4, to achieve more randomness in the id.
UUIDs (Universally Unique Identifiers) are designed to be globally unique across space and time. The probability of generating the same UUID is extremely low.

If you agree on this, I would love to contribute to this project, please let me know your thoughts on this suggestion

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions