Occasionally launching my project will fail and my code with crash with an address in use error.
I look at the task manager and multiple node.exe's are running when only one should (thus one of them is using the port/address)
This is a regression on the latest dev build 7/3
I have yet to figure out repro steps. It may be related to me adding my tests as a mocha TestFramework, but I'm not sure yet
Correction: It looks like the node.exe processes belong to the test runner, and the test runner not killing the processes. I think they are even launching without me running a test?
I'm getting the address in use error since one of my tests opens a port
I look at the task manager and multiple node.exe's are running when only one should (thus one of them is using the port/address)
This is a regression on the latest dev build 7/3
I have yet to figure out repro steps. It may be related to me adding my tests as a mocha TestFramework, but I'm not sure yet
Correction: It looks like the node.exe processes belong to the test runner, and the test runner not killing the processes. I think they are even launching without me running a test?
I'm getting the address in use error since one of my tests opens a port