question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CloseOnAuthenticationExpiration Does not exist in class properties

See original GitHub issue

https://github.com/dotnet/aspnetcore/blob/a450cb69b5e4549f5515cdb057a68771f56cefd7/src/SignalR/common/Http.Connections/src/HttpConnectionDispatcherOptions.cs#L31

document: https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.connections.httpconnectiondispatcheroptions.closeonauthenticationexpiration?view=aspnetcore-6.0 As this document says, there should be a boolean property as CloseOnAuthenticationExpiration on the HttpConnectionDispatcherOptions class which there is not according to definition. Does this property removed from the class and what is the reference?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
pranavkmcommented, Dec 9, 2021

@halter73 perhaps they’re on an earlier version. The API appears to have been introduced in 6.0

1reaction
halter73commented, Dec 13, 2021

Where I can ask a feature for @microsoft/signalr.js package? Is it maintained here? Thanks again

Yes. It’s maintained in this repo here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ASP.NET Core SignalR configuration
CloseOnAuthenticationExpiration, false, Set this option to enable authentication expiration tracking which will close connections when a ...
Read more >
Authentication and authorization in ASP.NET Core SignalR
In a hub, authentication data can be accessed from the xref:Microsoft.AspNetCore.SignalR.HubConnectionContext.User?displayProperty=nameWithType property.
Read more >
Authentication and authorization in ASP.NET Core SignalR
This validation is done only when the connection is established. During the life of the connection, the server doesn't automatically revalidate ...
Read more >
Getting the public properties of a class in .NET core
I notice that .NET core doesn't allow myObj.GetType().GetProperties() as no GetProperties method exists. Is there another way to obtain the ...
Read more >
SignalR JavaScript client: Updating query parameters ...
All this works fine as long as the ticket does not expire. In the client code, we want to periodically renew the ticket....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found