cpp-redis / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
MIT License
713 stars 198 forks source link

Fix memory corruption #77

Open wuqiong opened 3 years ago

wuqiong commented 3 years ago

when destuct client object, callback clear thread not join.