Skip to content

Commit 1f6a9ab

Browse files
Merge pull request #279860 from JialinXin/patch-4
Update SignalR 429 tsg
2 parents bb23133 + 4cfa948 commit 1f6a9ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-signalr/signalr-howto-troubleshoot-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to troubleshoot common issues
44
author: vicancy
55
ms.service: signalr
66
ms.topic: how-to
7-
ms.date: 07/18/2022
7+
ms.date: 07/02/2024
88
ms.author: lianwei
99
ms.devlang: csharp
1010
---
@@ -164,9 +164,9 @@ For **Standard** instances, **concurrent** connection count limit **per unit** i
164164

165165
The connections include both client and server connections. check [here](./signalr-concept-messages-and-connections.md#how-connections-are-counted) for how connections are counted.
166166

167-
### Too many negotiate requests at the same time
167+
### NegotiateThrottled
168168

169-
We suggest having a random delay before reconnecting, check [here](#restart_connection) for retry samples.
169+
When there are too many client negotiate requests at the **same** time, it may get throttled. The limit relates to the unit counts that more units has a higher limit. Besides, we suggest having a random delay before reconnecting, check [here](#restart_connection) for retry samples.
170170

171171
[Having issues or feedback about the troubleshooting? Let us know.](https://aka.ms/asrs/survey/troubleshooting)
172172

0 commit comments

Comments
 (0)