Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
System.IO.IOException: Pipe is broken. at System.IO.Pipes.PipeStream.WriteCore(ReadOnlySpan`1 buffer) at System.IO.Pipes.PipeStream.Write(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.<>c.<BeginWriteInternal>b__48_0(Object <p0>) at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at System.IO.Stream.EndWrite(IAsyncResult asyncResult) at System.IO.Pipes.PipeStream.EndWrite(IAsyncResult asyncResult) at System.IO.Stream.<>c.<BeginEndWriteAsync>b__58_1(Stream stream, IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory`1.FromAsyncTrimPromise`1.Complete(TInstance thisRef, Func`3 endMethod, IAsyncResult asyncResult, Boolean requiresSynchronization) --- End of stack trace from previous location --- at dotnetCampus.Ipc.Internals.IpcMessageConverter.WriteAsync(Stream stream, Byte[] messageHeader, Ack ack, IpcBufferMessageContext context, ISharedArrayPool pool) at dotnetCampus.Ipc.Pipes.IpcClientService.<>c__DisplayClass27_0.<<WriteMessageAsync>g__WriteMessageAsyncInner|0>d.MoveNext() --- End of stack trace from previous location --- at dotnetCampus.Ipc.Utils.Extensions.DoubleBufferTaskExtensions.<>c__DisplayClass1_0.<<AddTaskAsync>b__0>d.MoveNext() --- End of stack trace from previous location --- at dotnetCampus.Ipc.Utils.Extensions.DoubleBufferTaskExtensions.AddTaskAsync(DoubleBufferTask`1 doubleBufferTask, Func`1 task) at dotnetCampus.Ipc.Pipes.IpcClientService.WriteMessageAsync(IpcMessageTracker`1 tracker) at dotnetCampus.Ipc.Pipes.IpcClientService.RegisterToPeer() at dotnetCampus.Ipc.Pipes.IpcClientService.StartInternalAsync(Boolean isReConnect, Boolean shouldRegisterToPeer) at dotnetCampus.Ipc.Pipes.IpcClientService.Start(Boolean shouldRegisterToPeer) at dotnetCampus.Ipc.Pipes.IpcProvider.CreatePeerProxyAsync(String peerName) at dotnetCampus.Ipc.Pipes.IpcProvider.GetOrCreatePeerProxyAsync(String peerName) at dotnetCampus.Ipc.Pipes.IpcProvider.GetAndConnectToPeerAsync(String peerName)
- Loading branch information