在以下代码中,有时执行被卡住了:
var listRequest = this.AdexchangebuyerService.Creatives.List();
listRequest.MaxResults = 1000;
var listOfCreatives = listRequest.Execute(); // -- execution hangs here and does not time out
我正在考虑使用异步执行调用并在其上设置超时,但想检查这是否是已知问题或错误,并让客户端lib开发人员知道并查看他们是否有建议/修复...