When calling an endpoint that takes a lot of time after about 5min the client exits with
$ time coco crash
Sending request...
There are 16 requests in the queue..
'coco-client: Sending request failed: '
Done.
real 5m2.358s
user 0m15.409s
sys 0m0.209s
It looks like it times out. The error message should be more clear and the timeout should be adjustable.
When calling an endpoint that takes a lot of time after about 5min the client exits with
It looks like it times out. The error message should be more clear and the timeout should be adjustable.