yx9o commented on issue #8463:
URL: https://github.com/apache/rocketmq/issues/8463#issuecomment-2285213684

   > > I used mqtt in version `4.9.8` and also found memory leaks. 
[apache/rocketmq-mqtt#287](https://github.com/apache/rocketmq-mqtt/issues/287)
   > 
   > The issue indeed exists; is there a solution to fix it?
   
   I can think of two possible solutions:
   1. Change rmq and add a scheduled task. Because the client changes on the 
mqtt side cannot be sensed, the lmq-related ones can only be removed mindlessly 
on a scheduled basis
   2. Change mqtt. When the client goes offline and disconnects, notify the 
broker to remove it (recommended)


-- 
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]

Reply via email to