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

Fix errors after session already ended #587

Merged
merged 1 commit into from
Jul 23, 2022

Conversation

boatbomber
Copy link
Member

@boatbomber boatbomber commented Jul 22, 2022

Fixes issue #579.

To debug, I put a traceback into __stopInternal and performed the repro steps from issue #579. I saw where the call came from, and then added an if statement there (the API promise) to prevent it from firing stop after the session is already stopped.
After this change, performing the repro steps leads to no errors or warnings as expected.

Copy link
Contributor

@LPGhatguy LPGhatguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@LPGhatguy LPGhatguy merged commit 62eb4f0 into rojo-rbx:master Jul 23, 2022
@boatbomber boatbomber deleted the stop-errors-after-disconnect branch July 23, 2022 22:14
Dekkonot pushed a commit to UpliftGames/rojo that referenced this pull request Jan 11, 2024
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

Successfully merging this pull request may close these issues.

2 participants