You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the example "shiny.worker demo" I get the following error message:
Warning: Strategy 'multiprocess' is deprecated in future (>= 1.20.0). Instead, explicitly specify either 'multisession' or 'multicore'. In the current R session, 'multiprocess' equals 'multisession'.
multisession has some troubles on Windows now, thus we decided to stick to more stable multiprocess. We will migrate once the problems on Windows will be resolved.
When I run the example "shiny.worker demo" I get the following error message:
Warning: Strategy 'multiprocess' is deprecated in future (>= 1.20.0). Instead, explicitly specify either 'multisession' or 'multicore'. In the current R session, 'multiprocess' equals 'multisession'.
When I replace (in
worker.R
):with:
Things work fine.
The text was updated successfully, but these errors were encountered: