Skip to content

Commit 1039a60

Browse files
Catherine Bundyvicancy
andauthored
Update articles/azure-web-pubsub/quickstart-use-sdk.md
Co-authored-by: Liangying.Wei <[email protected]>
1 parent 623c66d commit 1039a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $connection_string = (az webpubsub key show --name $WebPubSubName --resource-gro
130130

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

133-
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.
133+
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.
134134

135135
# [Bash](#tab/bash)
136136

0 commit comments

Comments
 (0)