Linux.Bluetooth
Linux.Bluetooth copied to clipboard
[bug] Uncatched exception in DeviceExtension.WaitForPropertyValueInternal()
On line 122:
taskSource.SetResult(true);
rises sometimes a Null excpetion due to async unpredictable events.
Solution:
taskSource.TrySetResult(true);