I have an app which has some lagging in Edge when I deploy it to the shinyapps.io. When I disable xhr-streaming protocol (by pressing ctrl+alt+shift+A), it runs perfectly. My question is how can I disable a networking protocol programatically in shiny apps (my case is for Edge) ?
If you run the app in IE11 and Edge, you will notice lagging in every step in Edge. But when I disable the protocol (xhr-streaming) it runs much faster like in IE11.