I have issue when using npm mqtt with nodejs. Sever subscribe topic 'alert/userId'
to receive data publish from client then server unsubscribe this topic . after each subscribe and unsubscribe message is duplicate. The client sends 1 message; the server receives more 1 message.
1
votes
Please update the question with the publish and subscribe code to help us understand exactly what is happening here
– hardillb
2 Answers
0
votes