Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Fix borrowed mut bug#807

Merged
benthecarman merged 1 commit intomasterfrom
fix-borrowed-mut-bug
Oct 25, 2023
Merged

Fix borrowed mut bug#807
benthecarman merged 1 commit intomasterfrom
fix-borrowed-mut-bug

Conversation

@benthecarman
Copy link
Copy Markdown
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
Copy Markdown
Collaborator Author

Merging this to fix bug, is very simple fix

@benthecarman benthecarman merged commit 1493806 into master Oct 25, 2023
@benthecarman benthecarman deleted the fix-borrowed-mut-bug branch October 25, 2023 22:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant