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

MTT-3026 feat: Lobby and Authentication services to use async await #596

Merged
merged 17 commits into from
Apr 6, 2022

Conversation

pdeschain
Copy link
Contributor

Description

The API for our lobby sdk wrapper has been converted to async await pattern, and all the call-sites were adapted accordingly.

Issue Number(s)

MTT-3026

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • JIRA ticket ID is in the PR title or at least one commit message
  • Include the ticket ID number within the body message of the PR to create a hyperlink

SamuelBellomo and others added 12 commits April 5, 2022 09:02
removing async wrapping needs, let's use async await properly

# Conflicts:
#	Assets/BossRoom/Scripts/Client/UI/Lobby/LobbyUIMediator.cs
#	Assets/BossRoom/Scripts/Shared/Infrastructure/UpdateRunner.cs
#	Assets/BossRoom/Scripts/Shared/Net/UnityServices/Auth/AuthenticationServiceFacade.cs
#	Assets/BossRoom/Scripts/Shared/Net/UnityServices/Infrastructure/RateLimitCooldown.cs
#	Assets/BossRoom/Scripts/Shared/Net/UnityServices/Lobbies/LobbyServiceFacade.cs
All of the methods that are exposed are now async-await based and are wrapping native Tasks with basic error handling.

# Conflicts:
#	Assets/BossRoom/Scripts/Shared/Net/UnityServices/Lobbies/LobbyAPIInterface.cs
# Conflicts:
#	Assets/BossRoom/Scripts/Client/Game/State/ClientMainMenuState.cs
#	Assets/BossRoom/Scripts/Shared/Net/UnityServices/Auth/AuthenticationServiceFacade.cs
Rate limiting code is now simplified and is not handling retires (should be handled by the sdk)
@pdeschain pdeschain added 0-URGENT Blocker for a release and needs to be merged ASAP 1-Needs Review PR needs attention from the assignee and reviewers labels Apr 6, 2022
# Conflicts:
#	Assets/BossRoom/Scripts/Client/Game/State/ClientMainMenuState.cs
…-async-await

# Conflicts:
#	Assets/BossRoom/Scripts/Client/UI/Lobby/LobbyUIMediator.cs
#	Assets/BossRoom/Scripts/Shared/Net/UnityServices/Lobbies/LobbyServiceFacade.cs
@pdeschain pdeschain merged commit 7c209f8 into develop Apr 6, 2022
@pdeschain pdeschain deleted the pdeschain/services-async-await branch April 6, 2022 20:54
@fernando-cortez fernando-cortez removed the 1-Needs Review PR needs attention from the assignee and reviewers label Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-URGENT Blocker for a release and needs to be merged ASAP 3-Good to Merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants