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
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
When running all the tests for OneNote, the first test frequently fails. This seems to be because of a race condition between the API call and the two calls to complete OAuth authorization - that is, authorization hasn't completed in time for the first API call. Let's see how we can better wait on completed authorization. Perhaps this would be in the LiveAuthClient itself?
When running all the tests for OneNote, the first test frequently fails. This seems to be because of a race condition between the API call and the two calls to complete OAuth authorization - that is, authorization hasn't completed in time for the first API call. Let's see how we can better wait on completed authorization. Perhaps this would be in the LiveAuthClient itself?
@peternied @ovenado