Closed JialinXin closed 2 months ago
inconsistent code:
https://review.learn.microsoft.com/en-us/azure/azure-web-pubsub/quickstarts-pubsub-among-mqtt-clients?branch=pr-en-us-281411&tabs=csharp#subscribe-to-a-topic
previous use var client = mqttFactory.CreateMqttClient();
var client = mqttFactory.CreateMqttClient();
And here use mqttClient is incorrect:
mqttClient
Fixed.
inconsistent code:
https://review.learn.microsoft.com/en-us/azure/azure-web-pubsub/quickstarts-pubsub-among-mqtt-clients?branch=pr-en-us-281411&tabs=csharp#subscribe-to-a-topic
previous use
var client = mqttFactory.CreateMqttClient();
And here use
mqttClient
is incorrect: