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
---> System.ObjectDisposedException: Cannot access a closed pipe.
at System.IO.Pipes.NamedPipeServerStream.CheckDisconnectOperations()
at System.IO.Pipes.NamedPipeServerStream.Disconnect()
at FFMpegCore.Arguments.PipeArgument.During(CancellationToken cancellationToken)
at FFMpegCore.FFMpegArguments.During(CancellationToken cancellationToken)
at FFMpegCore.FFMpegArgumentProcessor.Process(ProcessArguments processArguments, CancellationTokenSource cancellationTokenSource)
at FFMpegCore.FFMpegArgumentProcessor.ProcessAsynchronously(Boolean throwOnError, FFOptions ffMpegOptions)
On close observation, is it due to the race condition between closing and disposing of NamedPipeServerStream in PipeArgument class.