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 f5ab129 commit f41256cCopy full SHA for f41256c
mcp/streamable_test.go
@@ -269,6 +269,8 @@ func TestStreamableServerShutdown(t *testing.T) {
269
// network failure and receive replayed messages (if replay is configured). It
270
// uses a proxy that is killed and restarted to simulate a recoverable network
271
// outage.
272
+//
273
+// TODO: Until we have a way to clean up abandoned sessions, this test will leak goroutines (see #499)
274
func TestClientReplay(t *testing.T) {
275
for _, test := range []clientReplayTest{
276
{"default", 0, true},
0 commit comments