Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
以下是收到的埋点信息,不知道是哪个炸了 ``` Name: System.UnauthorizedAccessException; Message: Access to the path is denied.; StackTrace: at System.IO.Pipes.NamedPipeClientStream.TryConnect(Int32 timeout, CancellationToken cancellationToken) at System.IO.Pipes.NamedPipeClientStream.ConnectInternal(Int32 timeout, CancellationToken cancellationToken, Int32 startTime) at System.IO.Pipes.NamedPipeClientStream.Connect(Int32 timeout) at System.IO.Pipes.NamedPipeClientStream.Connect() at dotnetCampus.Ipc.Pipes.IpcClientService.<>c__DisplayClass22_0.<DefaultConnectNamedPipeAsync>g__ConnectNamedPipe|0() at System.Threading.Tasks.Task.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 dotnetCampus.Ipc.Pipes.IpcClientService.DefaultConnectNamedPipeAsync(NamedPipeClientStream namedPipeClientStream) at dotnetCampus.Ipc.Pipes.IpcClientService.ConnectNamedPipeAsync(NamedPipeClientStream namedPipeClientStream) at dotnetCampus.Ipc.Pipes.IpcClientService.Start(Boolean shouldRegisterToPeer) at dotnetCampus.Ipc.Pipes.IpcProvider.ConnectBackToPeer(IpcInternalPeerConnectedArgs e) at dotnetCampus.Ipc.Pipes.IpcProvider.NamedPipeServerStreamPoolPeerConnected(Object sender, IpcInternalPeerConnectedArgs e) at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state) at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart() at System.Threading.Thread.StartCallback(); ```
- Loading branch information