Hi there are two things that I have not clear on the timeout of requests:
1.the documentation says that the default timeout is 30 seconds. But when I make a request:
if there is no connection the answer (of course error) arrives after about 1-2 seconds
if there is a connection, the answer arrives after about 3-4 seconds
So what exactly does it refer to?
2.Not knowing the first point I could not test my second question. if I want to set a different timeout time,
I have to think like in the timers / transition(one second is equal to 1000) or otherwise (one second is equal to 1) This is not clear in the documentation…
Thanks in advance