If I have established connections to the sandbox from multiple pods, will pausing one pod's connection impact the other pod's connection?
Here's how I'm currently using the sandbox
# User creates sandbox
# User passes the existing sandbox ID with the request
sbx = await AsyncSandbox.connect(sandbox_id=request.sandbox_id, timeout=600)
# Execute some code such as AI agent ...
await sbx.beta_pause()