-
Notifications
You must be signed in to change notification settings - Fork 32
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 thread synchronization issues in master #607
Labels
Comments
adamralph
changed the title
Thread synchronization issues on the latest build off the master
Fix thread synchronization issues in master
Oct 25, 2016
HEskandari
added a commit
that referenced
this issue
Oct 31, 2016
…p startup on certain situations. Related to #607
distantcam
pushed a commit
that referenced
this issue
Nov 2, 2016
…p startup on certain situations. Related to #607
Fixed in the pirac merge. |
Was this a problem in 1.5.7 or only in master? If the latter, we should remove the 1.5.8 milestone since the fix is irrelevant wrt to production versions. |
@adamralph this happened after releasing the 1.5.7. 👍 on removing the milestone. |
We are reverting master to 1.5.7 in #617 so this bug effectively never existed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a few threading issues with the latest build off the master:
The issue is due to how events are marshalled between threads (background and main).
The text was updated successfully, but these errors were encountered: