You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/12/07 08:49:58 UTC

[GitHub] ShannonDing commented on issue #24: [HELP]Prevent or catch the crash of c++ exception throwing

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:
users@infra.apache.org


With regards,
Apache Git Services