You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.