Skip to content

Commit 3433821

Browse files
committed
Restore close in closeAsync
1 parent f04b616 commit 3433821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ClientImpl.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ void ClientImpl::closeAsync(const CloseCallback& callback) {
674674
state_ = Closing;
675675

676676
memoryLimitController_.close();
677+
lookupServicePtr_->close();
677678
for (const auto& it : redirectedClusterLookupServicePtrs_) {
678679
it.second->close();
679680
}

0 commit comments

Comments
 (0)