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

Use tighter locking for Node list enumerator #7070

Merged
merged 3 commits into from
May 24, 2024
Merged

Use tighter locking for Node list enumerator #7070

merged 3 commits into from
May 24, 2024

Conversation

benaadams
Copy link
Member

@benaadams benaadams commented May 24, 2024

Resolves #6995

Changes

  • Use more explict locking for the Node list enumerators

Types of changes

What types of changes does your code introduce?

  • Bugfix (a non-breaking change that fixes an issue)

Testing

Requires testing

  • No

@benaadams benaadams changed the title Don't through null ref when empty node list Don't throw null ref when empty node list May 24, 2024
@benaadams benaadams changed the title Don't throw null ref when empty node list Use tighter locking for Node list enumerator May 24, 2024
@benaadams benaadams merged commit b6b681f into master May 24, 2024
68 checks passed
@benaadams benaadams deleted the null-ref branch May 24, 2024 21:54
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.

NullReference during discovery process when syncing
2 participants