ShannonDing commented on issue #24: [HELP]Prevent or catch the crash of c++ exception throwing URL: https://github.com/apache/rocketmq-client-cpp/issues/24#issuecomment-445164054 Got it, the exception thrown by CPP kernel will be raised to the system if it is not handled in C API. Currently, it is better to ensure the parameter correct as much as possible, In the next version, the exception thrown by the CPP kernel will be caught by default and returned to the caller of the C API in the form of an error code.
---------------------------------------------------------------- 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
