gosonzhang commented on issue #5848: URL: https://github.com/apache/inlong/issues/5848#issuecomment-1242914355
It should be a bug in the code. When Start() exits abnormally, the status flag is not set, so the above problem occurs. The main points are as follows: 1. tubemq_client.cc: https://github.com/apache/inlong/blob/master/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/src/tubemq_client.cc#L69  2. baseconsumer.cc: https://github.com/apache/inlong/blob/master/inlong-tubemq/tubemq-client-twins/tubemq-client-cpp/src/baseconsumer.cc#L62  I'll fix them, thanks @chen9t -- 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]
