发布

  • Fix issue with error on Linux systems

    frostbyte_neo 发布于 2021-02-14 20:04:41 +00:00 | 765 次提交 在此版本后已推送到 main

    Fix issue #2.

    On Linux, an error occurs in io.Copy while waiting for io.EOF. However, if
    the child process is already done it can happen on a Linux system that the
    parent process is still trying to read and an io.EOF is never reached.

    Introduce mitigation logic to treat a path error of /dev/ptmx like io.EOF.

    下载附件