rstudio / shiny-server

Host Shiny applications over the web.
https://rstudio.com/shiny/server
Other
716 stars 289 forks source link

Fix jsonp-polling unresponsiveness (similar to #499) #501

Closed jcheng5 closed 3 years ago

jcheng5 commented 3 years ago

Testing notes

See the example in #499. That PR did not fix jsonp-polling, this one does.

The actual code change is in my fork of sockjs-client, here.