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
Wouldn't it be better to make ISubscription inherit IDisposable rather than ISyncSubscription and IAsyncSubscription inherit both ISubscription and IDisposable individually? That way, if I want to maintain multiple subscriptions of both sync and async for a single connection where I keep all subscriptions as ISubscription in a dictionary keyed by subject, I have to cast appropriately to dispose all subscriptions when the connection close.
Would want to test to be sure an upgrade wouldn't break any code.
The text was updated successfully, but these errors were encountered:
From a user:
Would want to test to be sure an upgrade wouldn't break any code.
The text was updated successfully, but these errors were encountered: