Skip to content

Commit ef733d5

Browse files
Merge pull request #233104 from vicancy/patch-5
Update signalr-concept-messages-and-connections.md
2 parents 5ceedf1 + 83bdac9 commit ef733d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-concept-messages-and-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Messages larger than 2 KB are counted as multiple messages of 2 KB each. The mes
4444

4545
For example, imagine you have one application server, and three clients:
4646

47-
* When the application server broadcasts a 1-KB message to all connected clients, the message from the application server to the service is considered a free inbound message.
47+
* When the application server broadcasts a 1-KB message to all connected clients, the message from the application server to the service is considered a free inbound message. The three messages sent from service to each of the clients are outbound messages and are billed.
4848

4949
* When *client A* sends a 1 KB inbound message to *client B*, without going through app server, the message is a free inbound message. The message routed from service to *client B* is billed as an outbound message.
5050

0 commit comments

Comments
 (0)