Azure / azure-webpubsub

Azure Web PubSub Service helps you to manage WebSocket connections and do publish and subscribe in an easy way
https://azure.github.io/azure-webpubsub/
MIT License
135 stars 85 forks source link

Doc issue #795

Closed JialinXin closed 2 months ago

JialinXin commented 3 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();

And here use mqttClient is incorrect:

image

Y-Sindo commented 2 months ago

Fixed.