joshslark
Results
2
comments of
joshslark
``` private async Task ReadTemperatureValues(byte unitId) { using (await _modbusLock.LockAsync()) { if (!Connect()) { return new [] { TempReading.FailedReading("Failed to connect to serial port", TemperatureType.Ts), TempReading.FailedReading("Failed to connect to serial...
Hi, @alanrenmsft, could we reopen this issue? I am still seeing this behavior in 1.38.0. I think maybe this was mischaracterized as a dupe of #17562, because the results/messages pane...