Releases: dotnet-campus/dotnetCampus.Ipc
Releases · dotnet-campus/dotnetCampus.Ipc
2.0.0-alpha300
- 各不同业务消息之间可以不通过异常过滤掉对方
- 此发布与 alpha2xx 版本之间的 IPC 互相不能兼容地通信!
2.0.0-alpha216
2.0.0-alpha208
Fix: #106
Thanks: @li-zhixin
2.0.0-alpha200
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.
2.0.0-alpha100
Support more customizable behaviors for IPC members
1.0.2 hotfix
Fix some IPC exceptions.
2.0.0-alpha03
In this pre-release version, the IpcProxies and the IpcJoints can be generated automatically.