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

chore: only write auth writer core once in CoreOwnership #755

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

EvanHahn
Copy link
Contributor

We want to call a function once the auth writer core emits its ready event. Using once lets us clean up the listener once it fires, rather than leaving it around.

Extracted from #390.

We want to call a function once the auth writer core emits its `ready`
event. Using `once` lets us clean up the listener once it fires, rather
than leaving it around.

Extracted from [#390].

[#390]: #390

Co-Authored-By: Gregor MacLennan <[email protected]>
@EvanHahn EvanHahn merged commit 4e19cbc into main Aug 23, 2024
7 checks passed
@EvanHahn EvanHahn deleted the evanhahn/only-write-core-ownership-once branch August 23, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants