ShannonDing commented on a change in pull request #20: Fixed deadlock, and add args field for python callback. URL: https://github.com/apache/rocketmq-client-python/pull/20#discussion_r244252512
########## File path: src/PythonWrapper.cpp ########## @@ -22,6 +22,7 @@ #include "CPushConsumer.h" #include "PythonWrapper.h" #include <boost/python.hpp> +#include <boost/thread.hpp> Review comment: The new head file included here, shall we need to add the boost thread package dependency in the CMakeList? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
