fix(sandbox): enhance pause method to merge connection config with options#1216
fix(sandbox): enhance pause method to merge connection config with options#1216OpeOginni wants to merge 1 commit intoe2b-dev:mainfrom
Conversation
…tions Updated the `pause` method in the `Sandbox` class to merge the existing `connectionConfig` with the provided options (`opts`). This change ensures that connection settings are consistently applied when pausing the sandbox, improving flexibility and usability.
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
|
Hey, just fyi. we're already working on a fix here: |
Updated the
pausemethod in theSandboxclass to merge the existingconnectionConfigwith the provided options (opts). This change ensures that connection settings are consistently applied when pausing the sandbox, improving flexibility and usability. Just like it is for thekillmethod.Fixes #1215
Please ignore and close if this behaves like so on purpose.