ERROR: [on_request_read] connection reset by peer in R shiny

1

I get this error:

ERROR: [on_request_read] connection reset by peer

multiple times in my console in my R-Shiny app. The program works as intended, bug free. My question is, is there a function or something I can implement in order to consume this error message and stop it from appearing in my console?

Leave a Comment