SessionRef: add a timeout to avoid blocking Session::Close() forever.
Some operations/sub-systems do not respect TF cancellation operations. This can result in Session:Close() hanging when waiting for these operations to finish. This CL adds a default timeout of 60 seconds to ensure we always return control back to the client eventually. PiperOrigin-RevId: 229806493
Loading
Please sign in to comment