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 2019/12/11 08:02:59 UTC

[GitHub] [rocketmq-client-go] ShannonDing commented on issue #329: [Master]Shutdown producer error

ShannonDing commented on issue #329: [Master]Shutdown producer error
URL: https://github.com/apache/rocketmq-client-go/issues/329#issuecomment-564424926
 
 
   This is a timing bug. it also happens when the consumer is shutdown.
   Two C methods are called in the shutdown function:
   1. shutdown instance;
   2. destroy instance;
   the C shutdown method is asynchronous,so the memory of this instance may be released before its shutdown process finished.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services