Keen.IO Hangs on read operation .net sdk

106 views Asked by At

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.

1

There are 1 answers

0
Josh Dzielak On

More information and investigation on this Github issue.