Does anyone know why Keen.IO has the similar problem of Keen.IO hanging on read operation
var projectsetting = new ProjectSettingsProvider("project_key",
masterKey: "master_key",
writeKey: "write_key",
readKey: "read_key");
var keenClient = new KeenClient(projectsetting);
var timeframe = Keen.Core.Query.QueryRelativeTimeframe.PreviousNHours(1);
var data = keenClient.QueryExtractResource("testcategory", timeframe);// Hangs here.
I am only pulling approximately 1 hours worth of data and this should not take this long.
Anyone has any idea what is going on here.
More information and investigation on this Github issue.