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
The dynamically generated proxies that derive from IDisposable should also implement an interface that exposes an event that communicates disconnection. Otherwise there's no way for owners of the client proxy instance to know that it's invalid till they try to use it again.
The text was updated successfully, but these errors were encountered:
… itself has
Fixesmicrosoft#298 by ensuring that *all* dynamic client proxies implement IDisposable
Fixesmicrosoft#295 by implementing a new IJsonRpcClientProxy interface in each proxy that provides access to the JsonRpc object.
AArnott
added a commit
to AArnott/vs-streamjsonrpc
that referenced
this issue
Jun 22, 2019
… itself has
Fixesmicrosoft#298 by ensuring that *all* dynamic client proxies implement IDisposable
Fixesmicrosoft#295 by implementing a new IJsonRpcClientProxy interface in each proxy that provides access to the JsonRpc object.
The dynamically generated proxies that derive from
IDisposable
should also implement an interface that exposes an event that communicates disconnection. Otherwise there's no way for owners of the client proxy instance to know that it's invalid till they try to use it again.The text was updated successfully, but these errors were encountered: