mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-08 21:55:02 -05:00
* Fix #2008: Allow eventReactive and observeEvent eventExprs to be async This makes it possible to monitor e.g. async reactives. In the process of fixing this, also discovered that observers don't filter out shiny.silent.error (i.e. req(FALSE)) when they come back from async operations. For example, this will kill the current Shiny session instead of being ignored: observe({ promise_resolve(TRUE) %...>% {req(FALSE)} }) This issue is also fixed in this commit. * Enable deep stack trace by default, now that it's fast
21 KiB
21 KiB