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