I was wondering of there is a way to run a plumber API on multiple ports I tried this
r <- plumb("my_ws.R")
r$run(host = "0.0.0.0" , port = c(9595, 8585))
but I didn't work
I was wondering of there is a way to run a plumber API on multiple ports I tried this
r <- plumb("my_ws.R")
r$run(host = "0.0.0.0" , port = c(9595, 8585))
but I didn't work