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

work-around for race condition in wait() #111

Merged
merged 2 commits into from
Jul 10, 2019
Merged

work-around for race condition in wait() #111

merged 2 commits into from
Jul 10, 2019

Conversation

rdeits
Copy link
Owner

@rdeits rdeits commented Jul 8, 2019

I haven't been able to figure out what the actual problem is, but the recent change to wait() is causing it to block under certain conditions (see #99 (comment) ). This change is a gross work-around.

@codecov-io
Copy link

codecov-io commented Jul 9, 2019

Codecov Report

Merging #111 into master will decrease coverage by 1.15%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
- Coverage   77.58%   76.42%   -1.16%     
==========================================
  Files          14       14              
  Lines         397      403       +6     
==========================================
  Hits          308      308              
- Misses         89       95       +6
Impacted Files Coverage Δ
src/visualizer.jl 69.73% <0%> (-5.98%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 66a3c1d...0bfa9a5. Read the comment docs.

@rdeits rdeits merged commit 5fe7b9c into master Jul 10, 2019
@rdeits rdeits deleted the rd/wait branch July 10, 2019 04:06
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.

2 participants