amphp / process

An async process dispatcher for Amp.
MIT License
229 stars 32 forks source link

Fix loop getting stuck when launching a process fails on Windows #72

Closed MatmaRex closed 6 months ago

MatmaRex commented 7 months ago

Fixes #51, #71.

Original patch: https://github.com/Nicodinus/amphp-process/commit/3d41ea5cf00b8cc5331b0fcf7bd27878cc72063a

MatmaRex commented 7 months ago

Hi @kelunik, is there any chance you'd have the time to look at this? You've reviewed #68 recently and I'm hoping that you might review another fix for the 1.x branch.