Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
properly shutdown robot gateway after execution
use `finally` block for cleanup actions like shutting down the gateway. This ensures that the cleanup code runs regardless of whether an exception was raised.
- Loading branch information