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(sbb-clock): fix internal await to actually finish #2966

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

kyubisation
Copy link
Contributor

Previously _startClock would not finish, as the awaited Promise would not resolve. This prevented other internal methods from completing.

Copy link
Contributor

@TomMenga TomMenga left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@github-actions github-actions bot added pr: peer review approved Pull request has been approved by a peer review and removed pr: peer review required A peer review is required for this pull request labels Jul 26, 2024
@kyubisation kyubisation merged commit af634c0 into main Jul 26, 2024
24 of 25 checks passed
@kyubisation kyubisation deleted the fix-clock-await branch July 26, 2024 13:25
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