icanos / ng2-mqtt

Angular2 port of the mqttws31 library
17 stars 24 forks source link

Topic #15

Closed mre30 closed 5 years ago

mre30 commented 7 years ago

Hi, Where and how subscribe topic?

Thanks

Len0re commented 5 years ago

Use client.subscribe

onConnect() { console.log('Connected!'); this.client.subscribe('YOUR_TOPIC', {qos: 1}); }