cuteapi opened this issue 8 years ago · 1 comments
when worker do pull or push operation . a pair will be push_back to tracker_ in Customer. but never be erased. when program run a long time. this vector will be very large. is that ok?
seems you are right how about erasing the ts after Customer::WaitRequest return?