Details
-
Bug
-
Resolution: Fixed
-
Critical
-
2.1.0
-
Server 3.0.3 on Windows 2012
Description
The following asynchronous methods never complete when called from a synchronous context:
IBucket.ExistsAsync()
IBucket.QueryAsync() with a query containing StartKey and EndKey
Example:
bool Exists(string id)
The symptom does not occur when run from unit tests, but happens with 100% regularity inside an ASP.NET WebApi service. No exceptions are thrown, the task just never returns.