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
730 stars 149 forks source link

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

Closed AArnott closed 1 month ago

AArnott commented 1 month ago

Closes #1064 See that issue for details.