Before I begin, I understand my request is not the preferred solution to my issue.
I have a Shiny app that runs perfectly fine in my local, DEV and TEST environments, but for some reason the websocket is degrading to a long poll in production. The app still functions fine, but the "Attempting to reconnect ... " message keeps briefly flashing every 20-25 seconds.
Fixing the websocket issue is beyond my capabilities ... the app is hosted from a docker container, and is served within an iframe inside a larger application. I have no visibility/knowledge/access to the host applications configurations, or even a plan on how to debug if I did.
So, rather than fix things the right way, I'd like to just disable the "Attempting to reconnect" message from appearing (like putting a piece of tape over the "Check Engine" light). I think this is an acceptable solution since the app is docker-ized and this hack will not impact any other apps. I'm hoping this is just a line or two buried in the shiny server code that someone can point me to.
Thanks!