Electron.NET icon indicating copy to clipboard operation
Electron.NET copied to clipboard

GetAppMetricsAsync() does not return anymore

Open ThuCommix opened this issue 5 years ago • 0 comments

  • Version: 9.31.2
  • dotnet core: v3.1.101
  • node: 8.12.0
  • Target: Windows

After upgrading from the latest 8.xxx version the method Electron.App.GetAppMetricsAsync() does not return anymore.

Steps to Reproduce:

  1. var metrics = await Electron.App.GetAppMetricsAsync(cancellationToken);

ThuCommix avatar Jul 21 '20 20:07 ThuCommix