Alogani / asyncproc

Flexible child process spawner with strong async features
MIT License
11 stars 1 forks source link

Too many pipes are spawned (flags CaptureInput without MergeStderr) #11

Closed Alogani closed 2 months ago

Alogani commented 2 months ago

Pipes can be create both in procstreams builder and in childproc_posix :

(flags Captureinput and (Interactive or custom input) without MergeStderr flag).

https://github.com/Alogani/asyncproc/blob/fbea6d699c37f527c6fa88168fa59ea4d0c28ee9/src/asyncproc/private/childproc_posix.nim#L91

Alogani commented 2 months ago

Fixed with version v0.3.1