Is there a way to stop shiny from doing SEND {"busy":"busy"}
? It causes the browser's dev tools code view to refresh every time it happens. I didn't notice this until using observe({invalidateLater(1000)})
because it was infrequent. Alternatively, is there something similar to observe({invalidateLater(1000)})
which I can use to check for server-side changes to data but which doesn't SEND {"busy":"busy"}
, or is there a way to prevent html/css/js from changing / refreshing when shiny does SEND {"busy":"busy"}
?
This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.