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 Binding in AzureTopicSubscriber is disposed, it disposes Subject, but doesnt stop the subscription client. Subscription client should also be stopped or otherwise handled to avoid System.ObjectDisposedException when shutting down.
System.ObjectDisposedException: Cannot access a disposed object.
at System.Reactive.Subjects.ReplaySubject1.ReplayBase.CheckDisposed() in /_/Rx.NET/Source/src/System.Reactive/Subjects/ReplaySubject.cs:line 424 at System.Reactive.Subjects.ReplaySubject1.ReplayBase.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/Subjects/ReplaySubject.cs:line 255
at Protacon.RxMq.AzureServiceBus.Topic.AzureTopicSubscriber.Binding`1.<>c__DisplayClass1_0.<<-ctor>b__0>d.MoveNext()
The text was updated successfully, but these errors were encountered:
If
Binding
inAzureTopicSubscriber
is disposed, it disposes Subject, but doesnt stop the subscription client. Subscription client should also be stopped or otherwise handled to avoid System.ObjectDisposedException when shutting down.The text was updated successfully, but these errors were encountered: