Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: unload engine before updating #1970

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

vansangpfiev
Copy link
Contributor

Describe Your Changes

This pull request includes an important update to the void Engines::UpdateEngine( function in the engine/controllers/engines.cc file. The change ensures that the engine is unloaded before updating it.

  • engine/controllers/engines.cc: Added a call to engine_service_->UnloadEngine(engine) to unload the engine before performing the update operation.

Fixes Issues

  • Closes #
  • Closes #

Self Checklist

  • Added relevant comments, esp in complex areas
  • Updated docs (for bug fixes / features)
  • Created issues for follow-up changes or refactoring needed

@vansangpfiev vansangpfiev force-pushed the fix/unload-engine-before-updating branch 2 times, most recently from 02c4da5 to 128757d Compare February 14, 2025 10:27
@vansangpfiev vansangpfiev force-pushed the fix/unload-engine-before-updating branch from 128757d to 09682bf Compare February 14, 2025 10:39
@vansangpfiev vansangpfiev merged commit 0991133 into main Feb 14, 2025
6 checks passed
@vansangpfiev vansangpfiev deleted the fix/unload-engine-before-updating branch February 14, 2025 20:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants