We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615f0e6 commit 6b4027aCopy full SHA for 6b4027a
mcp/streamable.go
@@ -198,11 +198,11 @@ type StreamableServerTransport struct {
198
id string
199
opts StreamableServerTransportOptions
200
incoming chan jsonrpc.Message // messages from the client to the server
201
+ done chan struct{}
202
203
mu sync.Mutex
204
// Sessions are closed exactly once.
205
isDone bool
- done chan struct{}
206
207
// Sessions can have multiple logical connections, corresponding to HTTP
208
// requests. Additionally, logical sessions may be resumed by subsequent HTTP
0 commit comments