Allow the metro to exit if this is the only active server in the event loop system
This commit is contained in:
@@ -115,4 +115,5 @@ http
|
||||
res.writeHead(200, { 'Content-Type': register.contentType });
|
||||
res.end(register.metrics());
|
||||
})
|
||||
.listen(port);
|
||||
.listen(port)
|
||||
.unref();
|
||||
|
||||
Reference in New Issue
Block a user