I have a function sending a few requests on the server with a timeout each like:this.httpClient.get(url, { headers: headers }) .timeout(30000) .subscribe( ...
確定! 回上一頁