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
---> (Inner Exception #3) System.ObjectDisposedException: Cannot access a disposed object.
at System.Reactive.Subjects.Subject`1.ThrowDisposed()
at System.Reactive.Subjects.Subject`1.OnNext(T value)
at ReactiveUI.ViewModelActivator.Deactivate(Boolean ignoreRefCount) in /_/src/ReactiveUI/Activation/ViewModelActivator.cs:line 96
at ReactiveUI.ViewModelActivator.<Activate>b__10_0() in /_/src/ReactiveUI/Activation/ViewModelActivator.cs:line 80
at System.Reactive.Disposables.AnonymousDisposable.Dispose()
at System.Reactive.Disposables.Disposable.TrySetSerial(IDisposable& fieldRef, IDisposable value)
at System.Reactive.Disposables.SerialDisposableValue.set_Disposable(IDisposable value)
at System.Reactive.Disposables.SerialDisposable.set_Disposable(IDisposable value)
at ReactiveUI.ViewForMixins.<>c__DisplayClass11_0.<HandleViewModelActivation>b__0(Boolean activated) in /_/src/ReactiveUI/Activation/ViewForMixins.cs:line 259
at System.Reactive.AnonymousSafeObserver`1.OnNext(T value)
at System.Reactive.Sink`1.ForwardOnNext(TTarget value)
at System.Reactive.Linq.ObservableImpl.Merge`1.Observables._.InnerObserver.OnNext(TSource value)
at System.Reactive.Sink`1.ForwardOnNext(TTarget value)
at System.Reactive.Linq.ObservableImpl.Select`2.Selector._.OnNext(TSource value)
at System.Reactive.Sink`1.ForwardOnNext(TTarget value)
at System.Reactive.IdentitySink`1.OnNext(T value)
at System.Reactive.Subjects.Subject`1.OnNext(T value)
at ReactiveUI.Blazor.ReactiveInjectableComponentBase`1.Dispose(Boolean disposing) in /_/src/ReactiveUI.Blazor/ReactiveInjectableComponentBase.cs:line 135
at ReactiveUI.Blazor.ReactiveInjectableComponentBase`1.Dispose() in /_/src/ReactiveUI.Blazor/ReactiveInjectableComponentBase.cs:line 65
at Microsoft.AspNetCore.Components.Rendering.ComponentState.DisposeAsync()
at Microsoft.AspNetCore.Components.RenderTree.Renderer.Dispose(Boolean disposing)<---
We need to click the try button and sign in again to continue our process. This time, 2-factor authentication is not asking anymore.
Should we add a check in ViewModelActivator to not calling dispose method if object is already disposed?
Nuget ver:
"ReactiveUI.Blazor": "20.1.1"
The text was updated successfully, but these errors were encountered:
Describe the bug 🐞
When we call a js script in our C# project:
A pop up will appear and we will log in with our account.
This is how the script looks like
Everything is fine until this line is called:
And we got the following exception:
We need to click the try button and sign in again to continue our process. This time, 2-factor authentication is not asking anymore.
Should we add a check in ViewModelActivator to not calling dispose method if object is already disposed?
Nuget ver:
"ReactiveUI.Blazor": "20.1.1"
The text was updated successfully, but these errors were encountered: