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
When AnonymousPipeServerStream is created with HandleInheritability.Inheritable, its Dispose method should dispose the client no matter if it was exposed or not.
This is going to allow users who did not call DisposeLocalCopyOfClientHandle to avoid resource leaks.
0 commit comments