Drain pending engine output and fold it into the session state
Source:R/fct_engine_session.R
engine_session_poll.RdNon-blocking: reads whatever is buffered and returns immediately, so it is safe to call from a Shiny observer on a timer.
Arguments
- sess
An engine session from
engine_session_start().