Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Use of Guid as a session identifer #427

@jgilbert2017

Description

@jgilbert2017

I believe Guid.NewGuid() is a pretty heavy weight call.

From what I can tell, the only use of the RequestId (which is currently a Guid) is to be used as a key into a hash table.

For this purpose new object() would suffice or probably sealed class RequestId {} for type safety.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions