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
Currently, if you attempt to make a second call to LoadMoreItemsAsync before an existing call is completed, as InvalidOperationException is thrown. This can be change to use a semaphore to await the current load to complete.