Westinghouse PROMS CPS integration - error handler when waiting to process a pipe message.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Volian.Pipe.Library
|
||||
byte[] _buffer = Encoding.UTF8.GetBytes(msg);
|
||||
pipeStream.BeginWrite(_buffer, 0, _buffer.Length, AsyncSend, pipeStream);
|
||||
}
|
||||
catch (TimeoutException ex)
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine(ex.Message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user