rstudio / httpuv

HTTP and WebSocket server package for R
Other
227 stars 86 forks source link

Shiny App with Contour Proxy #258

Open jdonnell01 opened 4 years ago

jdonnell01 commented 4 years ago

Hello,

I deployed my R Shiny app via Kubernetes and I have an Envoy Contour HTTP reverse proxy directing traffic (https://projectcontour.io/docs/master/httpproxy/). I set the timeout for the websocket in my deploy.yml to be infinity, however it seems the websocket connection will intermittently close. Is there a way I can debug this via R or the web console?

I am using shiny 1.4.0, the newest release of httpuv (1.5.2.9000), and this R-Base image (https://hub.docker.com/r/rocker/r-base)

Thank you

jdonnell01 commented 4 years ago

Hello,

Is this library still being actively managed? Was hoping to get some guidance.

Thank you