jey1401

Results 4 comments of jey1401

Hi, I'm experiencing the same issue on a Raspberry Pi 4 runing Raspbian GNU/Linux 10 (buster). The freeze occurs both on R3.5.2 and R3.6.3 with plumber_1.0.0. Plumber directly listen to...

@meztez sure: ```r rest_logger = function(req){ cat(req$REQUEST_METHOD, req$PATH_INFO, "\n") plumber::forward() } r = plumber::Plumber$new() r$filter("logger", rest_logger) r$run(host="0.0.0.0", port = 8080, swagger = FALSE) ``` On distant host, I call `$...

I should add that I tried to reproduce without success this issue on my laptop under ubuntu with the same R and Plumber versions. It runs perfectly. The freeze seems...

Unfortunately, I cannot find anything related to this in the logs. I guess that, even with the hardware, it would be a hell to debug.