Open
Description
Hi,
I try to save an object and I have the exception Sequence contains no elements
The details are below if you can help because I can't sort it out.
It works well when I save other objects.
My code issue
await BlobCache.UserAccount.InsertObject(DataStorageKey.CurrentSession_TokenInfo, authenticateResultPersistanceModel);
My exception
The object I save (access token modified):
Stack trace:
at System.Reactive.Subjects.AsyncSubject`1[T].GetResult () [0x00056] in /_/Rx.NET/Source/src/System.Reactive/Subjects/AsyncSubject.cs:441
at