onixjs / core

Enterprise Grade #NodeJS Platform implementing Industry Standards & Patterns in order to provide Connectivity, Stability, High-Availability and High-Performance
https://onixjs.io
Other
52 stars 7 forks source link

Fix child processes not closing on different termination types #48

Closed jonathan-casarrubias closed 6 years ago

jonathan-casarrubias commented 6 years ago

Make sure that when the Host is either crashed or closed, all child processes require being terminated.

Currently after many tests, some processes kept alive... all processes must be down on closing.