Timeout was reached(28)
Posted: Fri Dec 22, 2023 8:24 pm
I am trying to set up a program that can run unattended as a host.
And when testing the program I found that after a while this requester sometimes pops up:
"Timeout was reaced(28)"
I was thinking this might be a network related message, so I tried to create a minimal example to reproduce the the issue.
Shortly explained what the program does host does is It will upload a couple of text files every 10 second, and also check the ftp server for incoming messages every 5 second by two SetInterval commands.
But running the minimal example I can not reproduce the message.
I did try with various SetNetworkTimeout values, but that did not seem to have any effect on this issue.
Also reading the hurl documentation and see that there a lot of timeout options in there, and I'm not sure if any of those options are relevant in this case.
To investigate further, I would like to know what generates this message. Is it a part of hurl that detects a timeout and have this text as a defaut system message?
And can that number 28 tell anything?
And when testing the program I found that after a while this requester sometimes pops up:
"Timeout was reaced(28)"
I was thinking this might be a network related message, so I tried to create a minimal example to reproduce the the issue.
Shortly explained what the program does host does is It will upload a couple of text files every 10 second, and also check the ftp server for incoming messages every 5 second by two SetInterval commands.
But running the minimal example I can not reproduce the message.
I did try with various SetNetworkTimeout values, but that did not seem to have any effect on this issue.
Also reading the hurl documentation and see that there a lot of timeout options in there, and I'm not sure if any of those options are relevant in this case.
To investigate further, I would like to know what generates this message. Is it a part of hurl that detects a timeout and have this text as a defaut system message?
And can that number 28 tell anything?