Aaronontheweb on dev
Added TimeBasedUuid offset (#59… (compare)
Aaronontheweb on dev
Convert Akka.Streams.Tests to a… (compare)
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();