feat: simplifying reconnection by LPLafontaineB · Pull Request #804 · Unity-Technologies/com.unity.multiplayer.samples.coop
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 588
Merged
feat: simplifying reconnection#804
LPLafontaineB merged 13 commits intodevelopfrom
feat: simplifying reconnection#804
LPLafontaineB merged 13 commits intodevelopfrom
Conversation
Copy link Copy Markdown
Contributor
Description
This PR uses the ConnectionMethod to simplify the reconnection flow. Now ClientReconnectingState doesn't need to know if the client was connected through Lobby or Direct IP before attempting to reconnect and instead offloads that responsibility to the ConnectionMethod that it was initially configured with. This also adds the possibility to fail early and stop retrying to reconnect if the lobby doesn't exist anymore.
Issue Number(s)
None
Contribution checklist
- [n/a] Tests have been added for boss room and/or utilities pack
- Release notes have been added to the project changelog file and/or package changelog file
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- [n/a] JIRA ticket ID is in the PR title or at least one commit message
- [n/a] Include the ticket ID number within the body message of the PR to create a hyperlink
- [n/a] An Index entry has been added in readme.md if applicable
LPLafontaineB added 10 commits
January 30, 2023 16:59
LPLafontaineB
added
2-Easy
labels
Feb 7, 2023
LPLafontaineB
assigned
SamuelBellomo
LPLafontaineB
requested a review
from fernando-cortez
LPLafontaineB
marked this pull request as ready for review
LPLafontaineB
requested a review
from SamuelBellomo
as a code owner
fernando-cortez previously approved these changes Mar 1, 2023
Copy link Copy Markdown
Contributor
fernando-cortez
left a comment
fernando-cortez
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fernando-cortez
added
3-Good to Merge
and removed
1-Needs Review
labels
Mar 1, 2023
LPLafontaineB
enabled auto-merge (squash)
(cherry picked from commit 1e97c05)
LPLafontaineB
dismissed
fernando-cortez’s stale review
via
e50b6c1
LPLafontaineB
requested a review
from fernando-cortez
fernando-cortez approved these changes Mar 6, 2023
LPLafontaineB
merged commit
db90813
into
develop
LPLafontaineB
deleted the
feature/simplifying-reconnection
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment