Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

fix(prq): fix a bunch of goroutine leaks and deadlocks #87

Merged
merged 7 commits into from
Feb 27, 2019
Merged

Commits on Feb 27, 2019

  1. fix(prq): return a closed channel when encountering a canceled context

    Otherwise, we'll wait forever.
    Stebalien committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    b08e0f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9394d3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffef00d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6407817 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6e0527 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21ccf0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04e4766 View commit details
    Browse the repository at this point in the history