You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/tutorial-pub-sub-messages.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Clients connect to the Azure Web PubSub service through the standard WebSocket p
68
68
69
69
# [C#](#tab/csharp)
70
70
71
-
1. First let's create a new folder `subscribe` for this project and install required dependencies:
71
+
1. First let's create a new folder `subscriber` for this project and install required dependencies:
72
72
* The package [Websocket.Client](https://github.com/Marfusios/websocket-client) is a third-party package supporting WebSocket connection. You can use any API/library that supports WebSocket to do so.
73
73
* The SDK package `Azure.Messaging.WebPubSub` helps to generate the JWT token.
0 commit comments