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
As a prerequisite to supporting #346 including following the IObservable<T> pattern (where a method that accepts IObserver<T> returns an IDisposable to cancel the subscription), we need to be able to marshal IDisposable objects.
The text was updated successfully, but these errors were encountered:
As a prerequisite to supporting #346 including following the
IObservable<T>
pattern (where a method that acceptsIObserver<T>
returns anIDisposable
to cancel the subscription), we need to be able to marshalIDisposable
objects.The text was updated successfully, but these errors were encountered: