We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5723aa5 commit 8671c5bCopy full SHA for 8671c5b
src/viam/sdk/common/client_helper.cpp
@@ -21,7 +21,7 @@ namespace client_helper_details {
21
}
22
23
bool isStatusCancelled(int status) noexcept {
24
- return status = ::grpc::StatusCode::CANCELLED;
+ return status == ::grpc::StatusCode::CANCELLED;
25
26
27
} // namespace client_helper_details
0 commit comments