Use graceful shutdown with Node
Node.js allows for graceful shutdown, it should be taken the advantage of this feature to cleanly stop ucoin (finish writes, close files, stop computing, ...)
Node.js allows for graceful shutdown, it should be taken the advantage of this feature to cleanly stop ucoin (finish writes, close files, stop computing, ...)
Done in 46291cae.