Skip to content

Commit 68c66e8

Browse files
committed
resolve merge issues
2 parents 547cd3f + 1039a60 commit 68c66e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-web-pubsub/quickstart-use-sdk.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ $connection_string = (az webpubsub key show --name $WebPubSubName --resource-gro
151151

152152
Create a Web PubSub client. The client maintains a connection to the service until it's terminated.
153153

154-
Use the `az webpubsub client` command to start a WebSocket client connection to the service. The client will provide a hub that is used for groups of client connections.
154+
Use the `az webpubsub client` command to start a WebSocket client connection to the service. The clients always connect to a hub, so provide a hub name for the client to connect to.
155155

156156
# [Bash](#tab/bash)
157157

@@ -183,7 +183,9 @@ The connection to the Web PubSub service is established when you see a JSON mess
183183

184184
## 4. Publish messages using service SDK
185185

186-
You'll create a client that uses the Azure Web PubSub SDK to publish a message to all connected clients. For this project, you'll need to open another command shell.
186+
You'll use the Azure Web PubSub SDK to publish a message to all the clients connected to the hub.
187+
188+
### Set up the project to publish messages
187189

188190
Select the language for your project. The dependencies for each language are installed in the steps for that language.
189191

0 commit comments

Comments
 (0)