Aaronontheweb on 1.4.40-rc1
Aaronontheweb on dev
Added .NET 6.0 and `windows-lat… (compare)
Aaronontheweb on dev
Delete `CONTRIBUTING.md` Have … (compare)
Aaronontheweb on 1.4.40-rc1
Aaronontheweb on 1.4.40-rc1
Aaronontheweb on dev
Update RELEASE_NOTES.md for 1.4… (compare)
Arkatufus on dev
Update build script vmImage to … (compare)
Aaronontheweb on dev
Bump `build.fsx` to also target… (compare)
Aaronontheweb on net6-tests-2
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();