Skip to content

Stateless StreamableHTTPServerTransport is still stateful? #360

Closed
@cramforce

Description

@cramforce

Hey,

I'm probably missing something, but it appears that StreamableHTTPServerTransport._initialized represents inter-request state as shown here

I need to hit the same transport between the initial GET and subsequent POST

Image

Meanwhile the sample code makes a new transport object on every request which yields "not yet initialized" errors

Image

Are fully stateless server transports supported?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions