astitcher commented on a change in pull request #355:
URL: https://github.com/apache/qpid-proton/pull/355#discussion_r832483198
##########
File path: cpp/src/sender.cpp
##########
@@ -71,7 +72,11 @@ tracker sender::send(const message &message, const binary
&tag) {
pn_object(),
pn_dtag((reinterpret_cast<const char *>(&tag[0])), tag.size()));
std::vector<char> buf;
- message.encode(buf);
+
+ Tracing& ot = Tracing::getTracing();
+ tracker track = make_wrapper<tracker>(dlv);
Review comment:
This is now duplicated below in the return line (82). There you now
should just `return tracker;`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]