Skip to content

Commit

Permalink
Fix for Problems in lookup flow in C++ Client (apache#551) - Issue 1 (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
jai1 authored and saandrews committed Jul 7, 2017
1 parent dcd9b13 commit f5768b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pulsar-client-cpp/lib/HandlerBase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ void HandlerBase::handleDisconnection(Result result, ClientConnectionWeakPtr con
return;
}

if (currentConnection) {
currentConnection.reset();
}
handler->connection_.reset();

switch (state) {
case Pending:
Expand Down

0 comments on commit f5768b0

Please sign in to comment.