BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (9)
1128CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync: {e}");
1161CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync (Reading): {e}");
1320CommunicationsUtilities.Trace(context._nodeId, $"EXCEPTION in SendData: {e}");
1435CommunicationsUtilities.Trace(_nodeId, $"COMMUNICATIONS ERROR (HRC) Node: {_nodeId} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}");
1440CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} has exited.");
1444CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} is still running.");
1449CommunicationsUtilities.Trace(_nodeId, $"Unable to retrieve remote process information. {e}");
1511CommunicationsUtilities.Trace(_nodeId, $"Bad packet read for packet {packetType} - Expected {packetLength} bytes, got {bytesRead}");
1530CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in ReadAndRoutePacket: {e}");