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 issues found through code inspection. #630

Merged
merged 2 commits into from
Dec 29, 2023
Merged

Fix issues found through code inspection. #630

merged 2 commits into from
Dec 29, 2023

Conversation

tmiw
Copy link
Collaborator

@tmiw tmiw commented Dec 28, 2023

This PR fixes the following typos and mistakes found through code inspection:

  1. Swapped TX and RX sample rates during filter creation.
  2. ThreadedObject's thread needs to be created after mutex is initialized. (Existing code does this most of the time, but there's an extremely intermittent crash on startup possibly due to the thread starting before the object is fully initialized.)

1. Swapped TX and RX sample rates during filter creation.
2. ThreadedObject's thread needs to be created after mutex is initialized.
   (Existing code does this most of the time, but there's an extremely intermittent crash on startup possibly due to the thread
    starting before the object is fully initialized.)
@tmiw tmiw merged commit 6fd49d2 into master Dec 29, 2023
2 checks passed
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.

1 participant