Depends on D5011
Adding terminate function to the blob put client.
Differential D5012
[services] Backup - Blob Put Client - Add terminate • karol on Sep 1 2022, 4:08 AM. Authored by Tags None Referenced Files
Details
Diff Detail
Event Timeline
Comment Actions I created https://linear.app/comm/issue/ENG-1754/remove-need-to-manage-client-handles for myself to investigate later.
It's only necessary because retain a global reference to it. I don't think we need to actually do this, if we separate resource concerns into their respective closures. I can investigate this later. Essentially we create the environment in which it's necessary to do drop(), when we might be able to remove the need to keep around such details. |