Skip to content

Commit f41256c

Browse files
committed
mcp: add TODO, referencing #499
1 parent f5ab129 commit f41256c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mcp/streamable_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ func TestStreamableServerShutdown(t *testing.T) {
269269
// network failure and receive replayed messages (if replay is configured). It
270270
// uses a proxy that is killed and restarted to simulate a recoverable network
271271
// outage.
272+
//
273+
// TODO: Until we have a way to clean up abandoned sessions, this test will leak goroutines (see #499)
272274
func TestClientReplay(t *testing.T) {
273275
for _, test := range []clientReplayTest{
274276
{"default", 0, true},

0 commit comments

Comments
 (0)