Skip to content

Commit

Permalink
Encounter an old and closed issue in HenrikBengtsson/future#48
Browse files Browse the repository at this point in the history
just remove gc=TRUE
  • Loading branch information
cywhale committed May 31, 2019
1 parent 0aa26ef commit 2cfa917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shiny_async_test/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ server <- function(input, output, session) {
ns <- shiny::NS("eview")

initSet <- FALSE
plan(multiprocess, gc=TRUE)
plan(multiprocess) #, gc=TRUE) ## gc=TRUE cause an Error/Warning problem like an old issue:
################################# https://github.com/HenrikBengtsson/future/issues/48
#plan(callr)

stat <- reactiveValues(toggleSubset=FALSE)
Expand Down

0 comments on commit 2cfa917

Please sign in to comment.