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
Note the lack of the _jsonRpcOptionalInterfaces property. This property becomes important for the receiver when the original object may support specific interfaces.
We should expose this property on the proxy target.
The text was updated successfully, but these errors were encountered:
Outbound RPC marshalable objects have a chance to declare their optional interfaces by way of this interface:
vs-servicehub/src/servicebroker-npm/src/jsonRpc/MarshalableObject.ts
Lines 57 to 60 in 2d5a870
But inbound RPC marshaled objects only generally satisfy this interface:
vs-servicehub/src/servicebroker-npm/src/jsonRpc/MarshalableObject.ts
Lines 120 to 133 in 2d5a870
Note the lack of the
_jsonRpcOptionalInterfaces
property. This property becomes important for the receiver when the original object may support specific interfaces.We should expose this property on the proxy target.
The text was updated successfully, but these errors were encountered: