Skip to content

Commit

Permalink
Fix miss static sent for NewSession
Browse files Browse the repository at this point in the history
  • Loading branch information
lzydmxy committed May 9, 2024
1 parent 896d32b commit e3eb4eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Service/ConnectionHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@ bool ConnectionHandler::sendHandshake(const Coordination::ZooKeeperResponsePtr &
Coordination::write(passwd, *send_buf);

send_buf->next();
packageSent();

return success;
}

Expand Down

0 comments on commit e3eb4eb

Please sign in to comment.