node-worker-nodes icon indicating copy to clipboard operation
node-worker-nodes copied to clipboard

node-worker don't run in windows.

Open antoniomuso opened this issue 7 years ago • 5 comments

Hi, In windows os all promise remain in "pending" code, while in linux it works.

antoniomuso avatar Sep 27 '17 09:09 antoniomuso

Hey Antonio, thanks for choosing the lib and pointing out this issue! Do you have node.js installed and run as a regular Windows binary or by using linux subsystem?

kwiatkk1 avatar Sep 28 '17 10:09 kwiatkk1

I use Windows binary

antoniomuso avatar Sep 28 '17 11:09 antoniomuso

OK, I was able to reproduce this on both native node.js binary and "node on ubuntu on windows". I'm looking for the reason why it's not working... (I'm guessing that the problem may be in a usage of net/fd sockets etc)

kwiatkk1 avatar Sep 28 '17 20:09 kwiatkk1

@antoniomuso @kwiatkk1 Workaround : I don't have this problem with "bash on ubuntu on windows" ;)

jagu-sayan avatar Oct 06 '17 15:10 jagu-sayan

I've added windows to CI runners, seems ok ;) please try out latest version :)

bgalek avatar May 05 '21 10:05 bgalek