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
I need to support the scenario of RPC methods that are only exposed for a scoped timeframe. For example, I want to add a handler for $/invokeProxy/0/helloWorld that I can remove later (when object 0 should be garbage collected).
The onRequest and onNotification methods don't currently provide a way to revert the operation. Perhaps they can return an IDisposable?
The text was updated successfully, but these errors were encountered:
I need to support the scenario of RPC methods that are only exposed for a scoped timeframe. For example, I want to add a handler for
$/invokeProxy/0/helloWorld
that I can remove later (when object0
should be garbage collected).The
onRequest
andonNotification
methods don't currently provide a way to revert the operation. Perhaps they can return anIDisposable
?The text was updated successfully, but these errors were encountered: