1 year ago

#376386

test-img

Hagai

ASP.NET SignalR WebSocket Close Timeout

whats is the equvalent way to the asp.net core SignalR way to defined the WebSocket close time out

endpoints.MapHub<NotificationsHub>("/notificationsHub", confoptions =>
            {
                confoptions.WebSockets.CloseTimeout = TimeSpan.FromHours(24);
            });

in order defined the WebSocket close time out in ASP.NET SignalR (.NET Framework)

asp.net

asp.net-mvc

signalr

signalr-hub

0 Answers

Your Answer

Accepted video resources