标签: node.js signals posix
我在node.js应用程序中捕获了一组常用的POSIX信号。有没有办法捕获POSIX实时信号,即SIGRTMIN+n?
SIGRTMIN+n
答案 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.