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

avoid self.targets is nil. #44

Merged
merged 1 commit into from
Sep 20, 2020
Merged

avoid self.targets is nil. #44

merged 1 commit into from
Sep 20, 2020

Commits on Sep 20, 2020

  1. fix(targetlist) avoid self.targets being nil due to async behaviour

    when two worker create `checker`, `worker-0` first created and add
    target success, then `worker-1` creating, when `worker-1` call
    `worker_events:poll()` in line 1408, raise crash.
    
    `self.targets` init with empty table avoid this.
    juzipeek authored and Tieske committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    a580768 View commit details
    Browse the repository at this point in the history