Updated console message loop
This commit is contained in:
@@ -34,7 +34,7 @@ namespace EonaCat.HID.Example
|
||||
Console.WriteLine($"Removed Device --> VID: {e.Device.VendorId:X4}, PID: {e.Device.ProductId:X4}");
|
||||
};
|
||||
|
||||
RefreshDevicesAsync();
|
||||
await RefreshDevicesAsync().ConfigureAwait(false);
|
||||
|
||||
if (!_deviceList.Any())
|
||||
{
|
||||
|
Reference in New Issue
Block a user