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
I try to save an object and I have the exception Sequence contains no elements
In the stacktrace I have: System.Reactive.Subjects.AsyncSubject`1[T].GetResult () [0x00056] in /_/Rx.NET/Source/src/System.Reactive/Subjects/AsyncSubject.cs:441
I presume BlobCache.UserAccount.InsertObject completes without producing any value hence the failure. Try using DefaultIfEmpty with some value as a workaround.
Hi,
I use Akavache and I have a bug related to Rx.net
I have also created a bug report in Akavache reactiveui/Akavache#635
To summarize:
I try to save an object and I have the exception Sequence contains no elements
In the stacktrace I have: System.Reactive.Subjects.AsyncSubject`1[T].GetResult () [0x00056] in /_/Rx.NET/Source/src/System.Reactive/Subjects/AsyncSubject.cs:441
My code issue
await BlobCache.UserAccount.InsertObject(DataStorageKey.CurrentSession_TokenInfo, authenticateResultPersistanceModel);
My exception
image
The object I save (access token modified):
image
Stack trace:
at System.Reactive.Subjects.AsyncSubject`1[T].GetResult () [0x00056] in /_/Rx.NET/Source/src/System.Reactive/Subjects/AsyncSubject.cs:441
The text was updated successfully, but these errors were encountered: