Skip to content

Commit e6a493e

Browse files
committed
Merge branch 'client-fwd' into channel-fwd
2 parents eb5d242 + 77f060c commit e6a493e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/sdk/common/client_helper.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ using SyncMethodType = ::grpc::Status (StubType::*)(GrpcClientContext*,
5151

5252
// Method type for a gRPC call that returns a stream of response message type.
5353
template <typename StubType, typename RequestType, typename ResponseType>
54-
using StreamingMethodType = std::unique_ptr<::grpc::ClientReaderInterface<ResponseType>> (
55-
StubType::*)(GrpcClientContext*, const RequestType&);
54+
using StreamingMethodType = std::unique_ptr<GrpcClientReaderInterface<ResponseType>> (StubType::*)(
55+
GrpcClientContext*, const RequestType&);
5656

5757
template <typename ClientType,
5858
typename StubType,

0 commit comments

Comments
 (0)