2.0.2
What's Changed
- Changed waiting for children during shutdown to be synchronous to ensure all children are properly cleaned up. This should avoid zombie processes left when running within an SAPI such as PHP-FPM.
- Fixed
UnhandledFutureError
being thrown to event loop if reading the process exit code fails.
Full Changelog: v2.0.1...v2.0.2