-
Notifications
You must be signed in to change notification settings - Fork 561
fix: leaving lobby when connection denied #551
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
Merged
LPLafontaineB
merged 25 commits into
release/GDC2022
from
fix/leaving-lobby-when-connection-denied
Mar 15, 2022
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
06d32a0
Added call to leave lobby when disconnecting
LPLafontaineB c3179c4
Added comments and todo for better fix
LPLafontaineB 4bd7922
Merge branch 'release/GDC2022' into fix/leaving-lobby-when-disconnecting
LPLafontaineB 59ea34c
Moved removal responsibility of player from lobby to host
LPLafontaineB fa7a9cc
Adding leaving lobby then trying to re-join in reconnect coroutine
LPLafontaineB 11b6578
Squashed commit of the following:
LPLafontaineB 4c728e1
Adding injection to ServerGameNetPortal
LPLafontaineB eb6cf85
replaced dumb while with less dumb yield waitwhile
LPLafontaineB 7140994
Removed unnecessary callback registering
LPLafontaineB 9d6dd18
Fixed infinite loop issue
LPLafontaineB 0c3d0c8
Made sure client leaves lobby by themselves when disconnecting as wel…
LPLafontaineB 4b5244d
Adding verification that player is still in lobby before removing them
LPLafontaineB 930eda8
Made sure the client leaves the lobby between each reconnection attem…
LPLafontaineB 0c79ecb
set nbReconnectionAttempts to 2
LPLafontaineB 4acbddb
feat: replace guid with auth playerid for session management (#488)
LPLafontaineB c960453
Merge branch 'feature/cherrypick/player-id-in-session-manager' into f…
LPLafontaineB 5505add
cleaning up
LPLafontaineB 81608c3
Merge branch 'release/GDC2022' into fix/leaving-lobby-when-disconnecting
LPLafontaineB 2862e59
Added todo comment for better way to wait
LPLafontaineB 9ed88b3
reduced number of reconnect attempts to 1
LPLafontaineB 7808a78
client now leaves lobby if their connection gets denied
LPLafontaineB 7b3f7fa
host now removes client from lobby when denying connection
LPLafontaineB bee9c3a
Moved beginning of lobby tracking to after successful connection thro…
LPLafontaineB bf23965
Merge branch 'release/GDC2022' into fix/leaving-lobby-when-connection…
LPLafontaineB 0761608
fixing conflicts
LPLafontaineB File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.