Node.js和POSIX实时信号

时间:2015-09-01 21:09:44

标签: node.js signals posix

我在node.js应用程序中捕获了一组常用的POSIX信号。有没有办法捕获POSIX实时信号,即SIGRTMIN+n

1 个答案:

答案 0 :(得分:1)

These signals are currently not catchable with node.js/io.js. If you want to see support for this added, you should submit a new issue containing your feature request.