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
Use SHFB to cleanup the XML documentation so you will have better intellisence experience when consuming the following packages.
JsonRpc.WebSockets
Introduce JsonRpc.WebSockets! Now you may either serve JSON-RPC services or make JSON-RPC calls over WebSocket. (#6)
JsonRpc.Streams
Fixed a bug that may cause StreamRpcServerHandlerOptions.ConsistentResponseSequence actually having no effect.
Reduced ObjectDisposedExceptions that may raise if
there is another Exception (e.g. TaskCancelledException) triggered while MessageReader is pulling the JSON-RPC message.