diff --git a/src/client.cpp b/src/client.cpp index 383874f..dc39192 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -130,8 +130,6 @@ Redox::~Redox() { } void Redox::connectedCallback(const redisAsyncContext *ctx, int status) { - rdx->connect_waiter_.notify_all(); - Redox *rdx = (Redox *)ctx->data; if (status != REDIS_OK) {