add logs to delete

Signed-off-by: m.malygina <m.malygina@yadro.com>
m.malygina 2024-06-20 12:58:00 +03:00
parent 8de580a550
commit 0151f91c4e
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ func (o *ObjSelector) selectLoop() {
// no more objects, wait a little; the logic could be improved.
select {
case <-time.After(time.Second):
println("o.ctx.Done(): ", o.ctx.Done())
case <-o.ctx.Done():
return
}