From 5ec7f94436878f5141c9f6e80bac6f4498a7055c Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Mon, 23 Oct 2023 19:36:17 -0700 Subject: [PATCH] What's New SignalR typo fix (#30815) --- aspnetcore/release-notes/aspnetcore-8.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/release-notes/aspnetcore-8.0.md b/aspnetcore/release-notes/aspnetcore-8.0.md index ca57565efc..35294a6ec4 100644 --- a/aspnetcore/release-notes/aspnetcore-8.0.md +++ b/aspnetcore/release-notes/aspnetcore-8.0.md @@ -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()