Skip to content

Commit

Permalink
fix a small bug under linux
Browse files Browse the repository at this point in the history
  • Loading branch information
py0330 committed Aug 10, 2024
1 parent 0ad25f8 commit 445bbb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/socket_multi_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,8 @@ namespace aris::core{
required_length_ = 2;
received_length_ = 0;
is_first = false;

return ret;
}

// RAII to close sock
Expand Down

0 comments on commit 445bbb2

Please sign in to comment.