Skip to content

Commit 7ed79ed

Browse files
Verified the article, reviewed the content, and fixed all minor editorial issues. Updated ms.date w.r.t freshness pass.
1 parent e7a21f5 commit 7ed79ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An overview of key concepts about messages and connections in Azure
44
author: vicancy
55
ms.service: azure-signalr-service
66
ms.topic: conceptual
7-
ms.date: 03/23/2023
7+
ms.date: 09/03/2024
88
ms.author: lianwei
99
---
1010
# Messages and connections in Azure SignalR Service
@@ -38,7 +38,7 @@ Large messages do negatively affect messaging performance. Use smaller messages
3838

3939
## How messages are counted for billing
4040

41-
Messages sent into the service are inbound messages and messages sent out of the service are outbound messages. Only outbound messages from Azure SignalR Service are counted for billing. Ping messages between clients and servers are ignored.
41+
Messages sent into the service are inbound messages and messages sent out of the service are outbound messages. Only outbound messages from Azure SignalR Service are counted for billing. Ping messages between clients and servers are ignored.
4242

4343
Messages larger than 2 KB are counted as multiple messages of 2 KB each. The message count chart in the Azure portal is updated every 100 messages per hub.
4444

@@ -48,7 +48,7 @@ For example, imagine you have one application server, and three clients:
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

51-
* If you have three clients and one application server, when one client sends a 4-KB message for the server broadcast to all clients, the billed message count is eight:
51+
* When one client sends a 4-KB message for the server broadcast to all clients, and there are three clients and one application server, the billed message count is eight:
5252

5353
* One message from the service to the application server.
5454
* Three messages from the service to the clients. Each message is counted as two 2-KB messages.
@@ -70,7 +70,7 @@ A live trace connection isn't counted as a client connection or as a server conn
7070

7171
ASP.NET SignalR calculates server connections in a different way. It includes one default hub in addition to hubs that you define. By default, each application server needs five more initial server connections. The initial connection count for the default hub stays consistent with other hubs.
7272

73-
The service and the application server keep syncing connection status and making adjustments to server connections to get better performance and service stability. So you may see changes in the number of server connections in your running service.
73+
The service and the application server keep syncing connection status and making adjustments to server connections to get better performance and service stability. So you might see changes in the number of server connections in your running service.
7474

7575
## Related resources
7676

0 commit comments

Comments
 (0)