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

PartyBase Lifetime Sync #973

Merged
merged 13 commits into from
Oct 8, 2024
Merged

PartyBase Lifetime Sync #973

merged 13 commits into from
Oct 8, 2024

Conversation

garrettluskey
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • All new classes have class-level documentation comments, if there are any at all
  • Tests for the changes have been added (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation update
  • Other... Please describe:

What is the current behavior?

What is the new behavior?

Resolves #900

Other information

@garrettluskey garrettluskey self-assigned this Sep 28, 2024
Copy link
Contributor

@EgardA EgardA left a comment

Choose a reason for hiding this comment

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

Just a TODO remaining but tests are passing.

{
var instance = payload.What.Instance;

Instances.Add(instance); // TODO remove
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this TODO just going to be chilling here?

@EgardA EgardA merged commit baeef2b into development Oct 8, 2024
2 checks passed
@EgardA EgardA deleted the PartyBaseLifetime branch October 8, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Sync: PartyBase Lifetime
2 participants