It looks like my code does indeed work on shinyappsio as well, I just needed to specify number of workers in plan()
. For example plan(multisession, workers = 4)
. Locally it seems that gets set to a number higher than 1 automatically
1 Like