cpp_redis icon indicating copy to clipboard operation
cpp_redis copied to clipboard

Fix memory corruption in case of pending callbacks on destruction of client object

Open skeetor opened this issue 6 years ago • 0 comments

When the client object is distroyed but the the callbacks are not yet completed, this causes a memory corruption as the callback counter variable is in nowhereland. So we have to wait until the callbacks have finished.

skeetor avatar Sep 06 '18 14:09 skeetor