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
If closeAsync or close throws an exception, it still leaves the object in closing state. If we call close again, it will not do anything as object is already in closing state.
When a SubscriptionClient like object is being closed, it will close multiple internal objects one after the other. A failure or exception in closing one of those internal objects will not close subsequent objects in the close order.