redis icon indicating copy to clipboard operation
redis copied to clipboard

async_receive2 completes with zero complete messages

Open mzimbres opened this issue 3 weeks ago • 8 comments

While playing with valgrind massif I produced a condition where async_receive2 completes with zero messages. I noticed this because flat_tree::get_total_msgs() was returning 0. From looking at the code I could not spot the problem so I will have to investigate more.

mzimbres avatar Dec 14 '25 14:12 mzimbres