dependabot[bot] on nuget
Bump Microsoft.NET.Test.Sdk fro… (compare)
Aaronontheweb on dev
Fix Akka.Persistence.MongoDb co… (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();