Skip to content

Add support for call-scoped marshaled objects #1009

@AArnott

Description

@AArnott

Per the protocol: https://github.com/microsoft/vs-streamjsonrpc/blob/main/doc/general_marshaled_objects.md#protocol

Can we replace this 'not supported' scenario with working code?

if (token.Value.Lifetime == MarshalLifetime.Call)
{
throw new NotSupportedException("Receiving marshaled objects scoped to the lifetime of a single RPC request is not yet supported.");
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions