Aaronontheweb on dev
Cluster singleton should consid… (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();