Aaronontheweb on dev
Singleton class and settings ba… (compare)
Aaronontheweb on dev
[SBR] Ignore reachability recor… (compare)
Context.Child
is O(1) - it's a dictionary lookup
I haven't used it, but if I am correct you can also use async methods in actors since 1.??.?? don't know the exact version
await iotClient.RecordTemp();
await Thread.Delay(250);
await iotClient.RecordPowerLevels();