moling1234 opened a new issue, #649: URL: https://github.com/apache/rocketmq-clients/issues/649
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq-clients/issues) and [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Programming Language of the Client Node.js ### Runtime Platform Environment macOS 14.0 23A344 ### RocketMQ Version of the Client/Server rocketmq-client-nodejs@1.0.0-beta.1 ### Run or Compiler Version node@20.10.0 ### Describe the Bug nodejs 使用 mq consumer 时连接时间一长就出现断连 <img width="1088" alt="image" src="https://github.com/apache/rocketmq-clients/assets/32126933/aac12769-adf7-480e-9fa3-7af92a880453"> InternalErrorException: [request-id=undefined, response-code=50001] INTERNAL_SERVER_ERROR at Function.check (/Users/node_modules/rocketmq-client-nodejs/src/exception/StatusChecker.ts:81:15) at SimpleConsumer.receiveMessage (/Users/node_modules/rocketmq-client-nodejs/src/consumer/Consumer.ts:78:19) at processTicksAndRejections (node:internal/process/task_queues:95:5) at SimpleConsumer.receive (/Users/node_modules/rocketmq-client-nodejs/src/consumer/SimpleConsumer.ts:122:12) at /Users/inform-mq/inform-mq.service.ts:109:30 { code: 50001 ### Steps to Reproduce 长时间使用 consumer 连接 ### What Did You Expect to See? 长时间使用 consumer 连接不断连 ### What Did You See Instead? 长时间使用 consumer 连接断连 ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org