Skip to content

Can we expose an interface for session in StreamableHttpHandler for self-implement? #481

Open
@MrJiang724

Description

@MrJiang724

Currently, the session in StreamableHttpHandler is ConcurrentDictionary. It stores session information in the machine memory, which makes SSE and stateful streamable HTTP unable to support multiple instances.

Can we create an interface for it and default implement is ConcurrentDictionary? So that we can use shared storage to override it and run these protocols in multi-instance mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions