I'm trying to run a ktor API on my raspberrypi but...
# ktor
t
I'm trying to run a ktor API on my raspberrypi but I get this error
io.ktor.client.call.ReceivePipelineException: Fail to run receive pipeline
doesn't happen locally, I'm thinking maybe I need to configure the client differently or something timeout related?
c
There is the related issue but for ios, https://github.com/ktorio/ktor/issues/866
t
after specifically using Apache and setting the timeout engine settings this works now. It's very slow but I guess that's probably the pi