mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
feat(cluster): add repeated ACK if an error is happened (#2892)
This commit is contained in:
parent
c2f13993d9
commit
9bed3390d7
6 changed files with 49 additions and 39 deletions
|
@ -83,6 +83,7 @@ class ProtocolClient {
|
|||
// is done with the result of the call; Calling ConsumeInput may invalidate the data in the result
|
||||
// if the buffer relocates.
|
||||
io::Result<ReadRespRes> ReadRespReply(base::IoBuf* buffer = nullptr, bool copy_msg = true);
|
||||
io::Result<ReadRespRes> ReadRespReply(uint32_t timeout);
|
||||
|
||||
std::error_code ReadLine(base::IoBuf* io_buf, std::string_view* line);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue