Skip to content

Commit 656ee82

Browse files
Merge pull request #106865 from kevinguo-ed/patch-7
Changed reference of SignalR to Web PubSub
2 parents 59235c8 + 34cc5fe commit 656ee82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/reference-cloud-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ce-connectionState: eyJrZXkiOiJhIn0=
131131

132132
* `subprotocols`
133133

134-
The `connect` event forwards the subprotocol and authentication information to Upstream from the client. The Azure SignalR Service uses the status code to determine if the request will be upgraded to WebSocket protocol.
134+
The `connect` event forwards the subprotocol and authentication information to Upstream from the client. Web PubSub service uses the status code to determine if the request will be upgraded to WebSocket protocol.
135135

136136
If the request contains the `subprotocols` property, the server should return one subprotocol it supports. If the server doesn't want to use any subprotocols, it should **not** send the `subprotocol` property in response. [Sending a blank header is invalid](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers#Subprotocols).
137137

0 commit comments

Comments
 (0)