Skip to content

Commit 573f888

Browse files
authored
Update relay-hybrid-connections-protocol.md
just added the word "for" changing "The service allows up to 25 concurrent listeners one Hybrid Connection" to "The service allows up to 25 concurrent listeners for one Hybrid Connection". Other options could include "per" or "on".
1 parent 137254d commit 573f888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-relay/relay-hybrid-connections-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ namespace, and a security token that confers the "Listen" right on that name.
8282
When the WebSocket is accepted by the service, the registration is complete and
8383
the established WebSocket is kept alive as the "control channel" for
8484
enabling all subsequent interactions. The service allows up to 25 concurrent
85-
listeners one Hybrid Connection. The quota for AppHooks is to be determined.
85+
listeners for one Hybrid Connection. The quota for AppHooks is to be determined.
8686

8787
For Hybrid Connections, if there are two or more active listeners, incoming
8888
connections are balanced across them in random order; fair distribution is

0 commit comments

Comments
 (0)