-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hi, I did unsubscribe mqtt in the componentWillUnmount() { const { mqtt } = this.props; mqtt.unsubscribe(mqttTopic); } , but it does not work. It seems like not unsubscribe the topic. when I re-render component, the messageIdToTopic increase. it caused the mqtt.publish not work.

anyone can give suggestion?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels