moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 513 forks source link

subscribe on specific topic and publish message on a specific client #738

Open jaiSingh70503 opened 6 years ago

jaiSingh70503 commented 6 years ago

Hi,

please give me an hint how to client subscribe on a specific topic like "sach/+", here (+ sign) for client id. When we publish a message for client1, then publish "sach/client1" on this topic and message only send to client 1 not for all. so give hint how to built or this is possible or not.

thanks