Test Test 2Collecting message...Reading pipe async[NORMAL]Discovering patches...[NORMAL]No patches in this directory...[NORMAL]Connecting...[GOOD]ConnectedException thrown: 'System.OperationCanceledException' in System.Core.dllAn exception of type 'System.OperationCanceledException' occurred in System.Core.dll but was not handled in user codeThe operation was canceled.Exception thrown: 'System.OperationCanceledException' in mscorlib.dllException thrown: 'System.OperationCanceledException' in mscorlib.dllException thrown: 'System.OperationCanceledException' in mscorlib.dllException thrown: 'System.OperationCanceledException' in mscorlib.dllCancelled
c# try { var msg = await _protocol.Receive(TimeSpan.FromSeconds(2)); Console.WriteLine(msg.Identifier); } catch (OperationCanceledException) { Console.WriteLine("Cancelled"); }
CancelIoEx