eydjey / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Some exceptions in service method calls are hanging and never returning. #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Call an API which generates and Exception
   (For instance, the translate API will generate exceptions
   easily since no free quota is allowed.)

2. Call site hangs indefinitely because sync pattern uses async pattern 
internally and the async pattern background thread can fail to signal the 
semaphore when an exception is thrown out of its expected code path.

Original issue reported on code.google.com by asky...@google.com on 3 Oct 2011 at 11:51

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 3 Oct 2011 at 11:52

GoogleCodeExporter commented 9 years ago
Issue 156 has been merged into this issue.

Original comment by asky...@google.com on 3 Oct 2011 at 11:52

GoogleCodeExporter commented 9 years ago
Issue 137 has been merged into this issue.

Original comment by asky...@google.com on 3 Oct 2011 at 11:53

GoogleCodeExporter commented 9 years ago
Issue 142 has been merged into this issue.

Original comment by asky...@google.com on 3 Oct 2011 at 11:53

GoogleCodeExporter commented 9 years ago
Issue 147 has been merged into this issue.

Original comment by asky...@google.com on 3 Oct 2011 at 11:53

GoogleCodeExporter commented 9 years ago
Issue 150 has been merged into this issue.

Original comment by asky...@google.com on 3 Oct 2011 at 11:54

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 4 Oct 2011 at 8:34

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 22 Oct 2011 at 5:41