microsoft / vs-streamjsonrpc

The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.
Other
748 stars 149 forks source link

Enable sending RPC marshalable objects *back* to their owner #1065

Closed AArnott closed 3 months ago

AArnott commented 3 months ago

Closes #1064 See that issue for details.