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

Docs: add more detail about marshaled object lifetimes #1008

Closed vivlimmsft closed 6 months ago

vivlimmsft commented 6 months ago

Adding some extra details to the marshaled object document about lifetimes.

I wrote this based on my understanding of a PR review comment from Andrew, so it might not be totally accurate.