-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: 10.10
-
Fix Version/s: None
-
Component/s: Runtime
-
Tags:
When hot reloading a studio jar with help of ReloadHelper, we may not undeploy previous bundle if previous attempt has failed during download step.
This is due to logic which first remove the package from package manager. Removal is mandatory otherwise we can't download the package.
This has not been seen before