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
ist there a possibility to add an eventhandler to a specific topic, like in System.Net.Mqtt: mqttClient.MessageStream.Where(msg => msg.Topic == "home/lights/kitchen").Subscribe(kitchen);
Hi,
ist there a possibility to add an eventhandler to a specific topic, like in System.Net.Mqtt:
mqttClient.MessageStream.Where(msg => msg.Topic == "home/lights/kitchen").Subscribe(kitchen);
So you dont have to filter by topic in the eventhandler you've added to
client.MqttMsgPublishReceived
?The text was updated successfully, but these errors were encountered: