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
Our dynamic proxies today implement only IDisposable. By implementing IAsyncDisposable as well, even though local disposal will continue to complete synchronously, clients that know the service's concrete type implements IAsyncDisposable can go on disposing the async way without failing when the interface they have is to an RPC proxy.
Our dynamic proxies today implement only
IDisposable
. By implementingIAsyncDisposable
as well, even though local disposal will continue to complete synchronously, clients that know the service's concrete type implementsIAsyncDisposable
can go on disposing the async way without failing when the interface they have is to an RPC proxy.vs-streamjsonrpc/src/StreamJsonRpc/ProxyGeneration.cs
Line 88 in bcd8be8
The text was updated successfully, but these errors were encountered: