You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Cli/dotnet/Commands/Test/MTP/IPC/NamedPipeServer.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ public void Dispose()
236
236
// If the loop task is null at this point we have race condition, means that the task didn't start yet and we already dispose.
237
237
// This is unexpected and we throw an exception.
238
238
239
-
// To close gracefully we need to ensure that the client closed the stream and the InternalLoopAsync method has exited.
239
+
// To close gracefully we need to ensure that the client closed the stream in the InternalLoopAsync method (there is comment `// The client has disconnected`).
0 commit comments