2 references to HandleClientStreamAsync
Aspire.Hosting.RemoteHost (2)
JsonRpcServer.cs (2)
107
_ = Task.Run(() =>
HandleClientStreamAsync
(pipeServer, ownsStream: true, cancellationToken), cancellationToken);
167
_ = Task.Run(() =>
HandleClientStreamAsync
(stream, ownsStream: true, cancellationToken), cancellationToken);