v3.4.4
- An
r_session
now exits if the load hook errors. This generates an error
if the session is started withwait = TRUE
. Forwait = FALSE
the
first$read()
operation will return with an error (#162).
r_session
now exits if the load hook errors. This generates an errorwait = TRUE
. For wait = FALSE
the$read()
operation will return with an error (#162).