BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (9)
1097CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync: {e}");
1130CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in RunPacketReadLoopAsync (Reading): {e}");
1234CommunicationsUtilities.Trace(context._nodeId, $"EXCEPTION in SendData: {e}");
1349CommunicationsUtilities.Trace(_nodeId, $"COMMUNICATIONS ERROR (HRC) Node: {_nodeId} Process: {_process.Id} Bytes Read: {bytesRead} Expected: {_headerByte.Length}");
1354CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} has exited.");
1358CommunicationsUtilities.Trace(_nodeId, $" Child Process {_process.Id} is still running.");
1363CommunicationsUtilities.Trace(_nodeId, $"Unable to retrieve remote process information. {e}");
1425CommunicationsUtilities.Trace(_nodeId, $"Bad packet read for packet {packetType} - Expected {packetLength} bytes, got {bytesRead}");
1442CommunicationsUtilities.Trace(_nodeId, $"EXCEPTION in ReadAndRoutePacket: {e}");