When you kill a sandbox while there is a request (background process, filesystem operation) in progress, the promise/future will not be canceled until the actual timeout of the request.
Ideally, we would cancel all requests with a special message indicating that the reason for cancelation is sandbox kill. We might need to solve this by modifying the infra because just canceling the requests in SDK does not cover all use cases.
When you kill a sandbox while there is a request (background process, filesystem operation) in progress, the promise/future will not be canceled until the actual timeout of the request.
Ideally, we would cancel all requests with a special message indicating that the reason for cancelation is sandbox kill. We might need to solve this by modifying the infra because just canceling the requests in SDK does not cover all use cases.