Opened 8 years ago

Last modified 8 years ago

#3158 closed Bug

Ping() cached — at Version 1

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: 3.3.14.0 Severity: None
Keywords: Cc:

Description (last modified by mLipok)

The ping is cached and it is not rerun.

Reproduce

Go offline and execute:

do

Ping("www.google.com", 250)
$a=@error
msgbox(0, "aaaa", $a)
until $a=0

msgbox wait ping and return 4
then i go online and click ok in the previous msgbox
msgbox not wait ping and return every 4 instead of 0.

Change History (1)

comment:1 Changed 8 years ago by mLipok

  • Description modified (diff)
Note: See TracTickets for help on using tickets.