change your 10th line
    
    
    var
          client = newHttpClient()
          lastConnection = getTime().utc
    
    
    Run

change to
    
    
    var
          client = newHttpClient(timeout=500)
          lastConnection = getTime().utc
    
    
    Run

Reply via email to