Skip to content

2.0.0-alpha200

Pre-release
Pre-release
Compare
Choose a tag to compare
@walterlv walterlv released this 03 Mar 01:53
477f375

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.