RLesur / crrri

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

Remove run_now() in CDPSession disconnect() method #47

Closed RLesur closed 5 years ago

RLesur commented 5 years ago

later::run_now() must be removed here (return a promise that is fulfilled when the client is disconnected):

https://github.com/RLesur/crrri/blob/260b2bbc324d889b12071d8d8f5d4193bbc7f8d5/R/CDPSession.R#L256-L261