Skip to content

Commit 83bdac9

Browse files
authored
Update signalr-concept-messages-and-connections.md
1 parent 03ffbfe commit 83bdac9

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)