2.0.0-alpha200
Pre-release
Pre-release
NOTE
If you've caught exceptions when using NotifyAsync
or GetResponseAsync
, you MUST change the exceptions to IpcRemoteException
from:
IpcPeerConnectionBrokenException
IOException
ObjectDisposedException
The original exceptions are now wrapped in the inner exception of the new exception.
This change helps you to catch the exception more easily by simplifying the concurrent issues when the remote peer disconnects unexpectly.