You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mqtt-connection does not deal with topic matching and packet forwarding, for that you can use aedes .
You can use mqtt-connection to built custom broker, but it is on itself is not a broker.
Yes. thank you very much for the reply!!
I just figured that out 1 hour before you answer and used aedes. works fine. So balanced shame with a bit of confidence.. :P
node version: 8.11.0
working on windows 7.
The client is successfully subscribed.
The broker receives the publish from client A but doesn't forward it to client B
`server.on('connection', function (stream) {
let conn = mqttConn(stream)
})`
The text was updated successfully, but these errors were encountered: