Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
nodejs の request モジュールを使用して毎秒数百のリクエストを実行すると、次のエラーが発生することがあります
nodejs: ../deps/uv/src/unix/async.c:149: uv__async_io: Assertion `n == sizeof(val)' failed. Code: null Signal: SIGABRT
どうすれば信号をキャッチできますか?