Linux.Bluetooth icon indicating copy to clipboard operation
Linux.Bluetooth copied to clipboard

[bug] Uncatched exception in DeviceExtension.WaitForPropertyValueInternal()

Open agardiol opened this issue 10 months ago • 0 comments

On line 122: taskSource.SetResult(true); rises sometimes a Null excpetion due to async unpredictable events.

Solution: taskSource.TrySetResult(true);

agardiol avatar Apr 04 '24 09:04 agardiol