joshkatz / r-script

A simple little module for passing data from NodeJS to R (and back again).
MIT License
161 stars 67 forks source link

Script not properly cleaning up? First call completes, second call after hangs #29

Open RobinJayaswal opened 5 years ago

RobinJayaswal commented 5 years ago

I have a script that writes a csv. When I start my Node process fresh and trigger the R script the first time, the R script completes and the CSV is written. The second time I trigger it however, it just hangs. Any ideas what could be leftover from the first call (which should be exited by now)?