domain-middleware
domain-middleware copied to clipboard
disconnecting the worker after a server error
For what I see in the code, if the call to server.close fail, the cluster worker won't be disconnected.
This could be made stronger.
PR pending.
Note : my fork https://github.com/Offirmo/domain-middleware has this issue solved.