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 borrowed mut bug #807

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Fix borrowed mut bug #807

merged 1 commit into from
Oct 25, 2023

Conversation

benthecarman
Copy link
Collaborator

Fixes the already borrowed error that was happening on debug builds. My guess is that sometimes on startup we were grabbing the monitors at the same time as ldk so it would be borrowed twice once. The 3 second sleep at the beginning should prevent this.

Not sure why this never happened to me when testing #797, maybe something merged to master since then interfered?

image

@benthecarman benthecarman added the bug Something isn't working label Oct 25, 2023
@benthecarman
Copy link
Collaborator Author

Merging this to fix bug, is very simple fix

@benthecarman benthecarman merged commit 1493806 into master Oct 25, 2023
9 checks passed
@benthecarman benthecarman deleted the fix-borrowed-mut-bug branch October 25, 2023 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant