BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (9)
1116CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync: {e}");
1149CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync (Reading): {e}");
1308CommunicationsUtilities.Trace(context._nodeId, $"EXCEPTION in SendData: {e}");
1423CommunicationsUtilities.Trace(_nodeId, $"COMMUNICATIONS ERROR (HRC) Node: {_nodeId} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}");
1428CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} has exited.");
1432CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} is still running.");
1437CommunicationsUtilities.Trace(_nodeId, $"Unable to retrieve remote process information. {e}");
1499CommunicationsUtilities.Trace(_nodeId, $"Bad packet read for packet {packetType} - Expected {packetLength} bytes, got {bytesRead}");
1518CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in ReadAndRoutePacket: {e}");