You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Hi,
I changed the test script (./test/simple/test-child-process-fork-getconnections.js) a little and ran the script in loop (around 50 times). At one point node hanged. (tested on v0.10)
In the old script (./test/simple/test-child-process-fork-getconnections.js) I changed sockets[m.id].destroy(); to sockets[m.id].end();
Hi,
I changed the test script (./test/simple/test-child-process-fork-getconnections.js) a little and ran the script in loop (around 50 times). At one point node hanged. (tested on v0.10)
In the old script (./test/simple/test-child-process-fork-getconnections.js) I changed sockets[m.id].destroy(); to sockets[m.id].end();
I saw this issue while fixing for Issue #16805
Test Script
Please find the backtrace below:
The text was updated successfully, but these errors were encountered: