|
| Inicio → WINDEV 2024 → [WD20 windows] InternetConnected() will return false after call many times |
| [WD20 windows] InternetConnected() will return false after call many times |
| Iniciado por guest, 15,abr. 2016 09:21 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 15,abril 2016 - 09:21 |
Hi,
I doing test to keep sending request to webservice (for 10000) . on every send , I will call InternetConnected() first before sending . after few hundred sent , the program kick error no internet connection . tracing the error I found InternetConnected() will return false even though the internet is ON. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 15,abril 2016 - 10:39 |
Hi,
I remember to have this problem to. I think it's more reliable to use the ping function for that, e.g. ping("www.google.com")
Regards, Bart |
| |
| |
| | | |
|
| | | | |
| | |
|