dfalbel commited on
Commit
98fa2d0
1 Parent(s): cfa2bcb

actually we don't need this.

Browse files
Files changed (1) hide show
  1. app.R +0 -7
app.R CHANGED
@@ -85,13 +85,6 @@ server <- function(input, output, session) {
85
  })
86
  })
87
 
88
- # we need this observer to make sure that during the event loop the
89
- # tasks are resolved.
90
- observe({
91
- invalidateLater(5000, session)
92
- sess$sess$poll_process(1)
93
- })
94
-
95
  # Observer used at app startup time to allow using the 'Send' button once the
96
  # model has been loaded.
97
  observe({
 
85
  })
86
  })
87
 
 
 
 
 
 
 
 
88
  # Observer used at app startup time to allow using the 'Send' button once the
89
  # model has been loaded.
90
  observe({