Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Prevent external processes from hanging forever #1044

Merged
merged 1 commit into from
Nov 21, 2020

Commits on Oct 4, 2020

  1. fix: Fix NuGet from hanging

    It is important to read both stdout and stderr lest their buffers fill
    up, and the process sits there waiting for eternity.
    
    I don't know if this is specific to how a process interacts with its
    console handles, or whether this is determined by the OS.
    CrispyDrone committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    270f555 View commit details
    Browse the repository at this point in the history