google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Storage: Review locking on `ObjectDescriptorImpl::OnResume`

Open ddelgrosso1 opened this issue 8 months ago • 0 comments

The initial implementation reacquires a mutex between starting a new Read() and a new Write() message. We should probably do these atomically, or at least guarantee we use the same stream.

ddelgrosso1 avatar Apr 22 '25 21:04 ddelgrosso1