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

Add nil check for serf #1374

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Add nil check for serf #1374

merged 1 commit into from
Sep 2, 2024

Conversation

mjh1
Copy link
Contributor

@mjh1 mjh1 commented Sep 2, 2024

Both the reconcile loop and the code that initialises the c.serf variable start in parallel so there's a chance for serf to be nil when MembersFiltered is called.

The reconcile loop and the startup code which initialises the `c.serf` variable start in parallel so there's a chance for serf to be nil when `MembersFiltered` is called
@mjh1 mjh1 requested a review from leszko September 2, 2024 14:24
@mjh1 mjh1 merged commit fdad3c7 into main Sep 2, 2024
11 checks passed
@mjh1 mjh1 deleted the mh/nil-check branch September 2, 2024 14:41
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