Skip to content

Commit e5f8bb6

Browse files
committed
Remove redundant SendMessageAsync call
1 parent b548124 commit e5f8bb6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ModelContextProtocol/Client/AutoDetectingClientSessionTransport.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ private async Task InitializeAsync(JsonRpcMessage message, CancellationToken can
7676
return;
7777
}
7878

79-
await streamableHttpTransport.SendMessageAsync(message, cancellationToken).ConfigureAwait(false);
80-
8179
LogUsingStreamableHttp(_name);
8280
ActiveTransport = streamableHttpTransport;
8381
}

0 commit comments

Comments
 (0)