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 89bf4a2 commit eb64d3fCopy full SHA for eb64d3f
client/sse.go
@@ -128,7 +128,7 @@ func (c *SSEMCPClient) readSSE(reader io.ReadCloser) {
128
br := bufio.NewReader(reader)
129
var event, data string
130
131
- ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
+ ctx, cancel := context.WithTimeout(context.Background(), c.sseReadTimeout)
132
defer cancel()
133
134
for {
0 commit comments