Skip to content

Commit 053dde3

Browse files
authored
Merge pull request #104331 from Kebabpizza/patch-1
Update signalr-howto-troubleshoot-guide.md
2 parents c431288 + faf4b8d commit 053dde3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ When the client is connected to the Azure SignalR, the persistent connection bet
242242
### Possible errors seen from the client side
243243

244244
* `The remote party closed the WebSocket connection without completing the close handshake`
245-
* `Service timeout. 30.00ms elapsed without receiving a message from service.`
245+
* `Service timeout. 30000.00ms elapsed without receiving a message from service.`
246246
* `{"type":7,"error":"Connection closed with an error."}`
247247
* `{"type":7,"error":"Internal server error."}`
248248

@@ -332,7 +332,7 @@ This section describes several possibilities leading to server connection drop,
332332

333333
* `[Error]Connection "..." to the service was dropped`
334334
* `The remote party closed the WebSocket connection without completing the close handshake`
335-
* `Service timeout. 30.00ms elapsed without receiving a message from service.`
335+
* `Service timeout. 30000.00ms elapsed without receiving a message from service.`
336336

337337
### Root cause
338338

0 commit comments

Comments
 (0)