Hello! I have a multi-threaded client that is subscribed to various brokers and topics. Or, inside, read the settings for the current topic (UserName / Port). How to identify the broker from whom the message came in public void client_recievedMessage (object sender, MqttMsgPublishEventArgs e)?
Hello! I have a multi-threaded client that is subscribed to various brokers and topics. Or, inside, read the settings for the current topic (UserName / Port). How to identify the broker from whom the message came in public void client_recievedMessage (object sender, MqttMsgPublishEventArgs e)?