Skip to content

v0.4.1

Compare
Choose a tag to compare
@CXuesong CXuesong released this 17 Mar 06:51
· 45 commits to master since this release
  • ClrExceptionErrorData.FromException supports opt-out stack trace,
    • However, the default (and un-configurable) behavior of JsonRpcServiceHost is to include the stack trace.
  • ClrExceptionErrorData FromException can automatically flatten JsonRpcRemoteException.RemoteException as its InnerException
    • This can be helpful to maintain as much information as we can, especially when we are relaying JSON RPC operations through the channels.
  • ByLineTextMessageReader/ByLineTextMessageWriter will wait for the ongoing asynchronous operation to finish before disposing its underlying StreamReader/StreamWriter.