Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlayFabAuthenticationAPI.GetEntityToken failures not handled well. #16

Open
iequalshane opened this issue Oct 16, 2020 · 0 comments
Open

Comments

@iequalshane
Copy link

If login succeeds but PlayFabAuthenticationAPI.GetEntityToken fails while trying to process a _queuedStartCreateAndJoinNetworkCreateLocalUserOp or _queuedJoinNetworkCreateLocalUserOp the result is just a debug print of the error every update call.

Second issue: Why is this using PlayFabAuthenticationAPI.GetEntityToken which appears to be no longer supported instead of PlayFabAuthenticationAPI.GetEntityTokenAsync?

Third issue: This code doesn't seem to protect itself from calling GetEntityToken if a token request is already in progress. I noticed several logins in my telemetry for each login attempt because of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant