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

Bugfix #115

Merged
merged 2 commits into from
Jun 1, 2019
Merged

Bugfix #115

merged 2 commits into from
Jun 1, 2019

Commits on Jun 1, 2019

  1. Fix race bug with err

    The err is otherwise in the scope of the returned error
    and a race with the spawned goroutine
    Jack Lindamood committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    2b71016 View commit details
    Browse the repository at this point in the history
  2. Fix race bugs with ClientTrace

    None of the callbacks of ClientTrace can be assumed to not
    call in goroutines with other callbacks.  We at least
    need to lock each of these functions.  It is possible
    we could investigate further and reduce some of these locks
    once we clean up the segment locking order
    Jack Lindamood committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    31d02fd View commit details
    Browse the repository at this point in the history