joshkatz / r-script

A simple little module for passing data from NodeJS to R (and back again).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

RobinJayaswal opened this issue · comments

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)?