Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't wait for VM to stop in case of delete
`Remove ()` function should not call `Stop ()` and wait till stop return since stop do graceful shutdown of the VM which we don't need in case of remove, otherwise `delete` operation will be waiting more than 1-2 mins which is not acceptable.
- Loading branch information