Add delay to File System watchers to prevent Calibre installation issue (#6821)

* add a separate task to dequeue and create an app on installation

* Added tests to validate the behavior of the event handler

* release unmanaged memory
This commit is contained in:
Alekhya
2020-09-25 10:36:38 -07:00
committed by GitHub
parent 9e1711cbb9
commit f61db8ed3f
5 changed files with 186 additions and 47 deletions

View File

@@ -174,6 +174,9 @@ namespace Microsoft.Plugin.Program.Programs
}
}
// To release unmanaged memory
Marshal.ReleaseComObject(link);
return target;
}
}