RLesur / crrri

A Chrome Remote Interface written in R
https://rlesur.github.io/crrri/
Other
157 stars 12 forks source link

Use processx supervisor to insure chrome process is killed if R exits #81

Closed cderv closed 5 years ago

cderv commented 5 years ago

processx include a supervisor to supervise a process started.

This could be useful to insure chrome is closed when R exists.

From a discussion on Slack, it seems chrome process is still running and block a port when R exists (a crash for example).

Adding a supervisor could fix that.