RLesur / crrri

A Chrome Remote Interface written in R

Home Page:https://rlesur.github.io/crrri/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cderv opened this issue · comments

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.