Krzysztof Kwiatkowski
Krzysztof Kwiatkowski
Hi, When using a debugger, keep in mind that workers have a separate execution contexts. So look at the process/thread you're attached to while debugging. I think that this is...
If a worker that runs ffmpeg is occupied and cannot accept a new task, it should not block any other code execution in other v8 contexts. So your webserver should...
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](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux)?
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...
Hi Marius! Good point! I'll make this info more descriptive.
Maybe @pid has some thoughts about this? Node 0.10.x has reached end-of-life status. Maybe the cost of supporting it is not worth adding an extra dependency.
Hi, I just made a change that tackles this. See #125 .