What's New SignalR typo fix (#30815)

pull/30818/head
Wade Pickett 2023-10-23 19:36:17 -07:00 committed by GitHub
parent 390523f26a
commit 5ec7f94436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ author: rick-anderson
description: Learn about the new features in ASP.NET Core 8.0.
ms.author: riande
ms.custom: mvc
ms.date: 10/16/2023
ms.date: 10/23/2023
uid: aspnetcore-8
---
# What's new in ASP.NET Core 8.0
@ -409,7 +409,7 @@ To opt-in to stateful reconnect for a JavaScript or Typescript client:
To opt-in to stateful reconnect for a .NET client:
* Update the .NET client code to enable the `UseStatefulReconnect` option:
* Update the .NET client code to enable the `WithStatefulReconnect` option:
```csharp
var builder = new HubConnectionBuilder()