Skip to content

Commit

Permalink
update client_wire.h to be the same as ogawayama
Browse files Browse the repository at this point in the history
  • Loading branch information
t-horikawa committed Aug 8, 2024
1 parent c4a8334 commit 6844be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tateyama/transport/client_wire.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ class session_wire_container
}
if (expected_ == 2 && received_.load() == 0) {
received_++;
consumed_++;
} else {
finish_receive();
}
Expand Down

0 comments on commit 6844be9

Please sign in to comment.