I was wondering what's the significance of different units of time used while specifying http client timeouts. Connection Timeout is in milliseconds, idle timeout in seconds, and read-timeout in milliseconds.
Does vertx use different precisions to determine the accuracy with which the timeout should be triggered?
How is the timeout triggered?
I'm using https://vertx.io/docs/apidocs/io/vertx/core/http/HttpClientRequest.html