aspnet / SignalR

[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
2.38k stars 446 forks source link

why Hub routes doesn't support Attribute routes on the Hub class itself, this is will be more easier than configure it in the stratup.cs #3222

Closed ahmady016 closed 6 years ago

ahmady016 commented 6 years ago

If you believe you have an issue that affects the security of the platform please do NOT create an issue and instead email your issue details to secure@microsoft.com. Your report may be eligible for our bug bounty.

Please consider the following before filing an issue

Please include as much of the following as you can in your bug report

When in doubt, feel free to file the issue, we're happy to help answer questions. We also suggest using the asp.net-core-signalr tag on StackOverflow to ask questions.

analogrelay commented 6 years ago

We'll likely be looking at this in detail when we look at integrating with Endpoint Routing in ASP.NET Core 3.0. I filed https://github.com/aspnet/SignalR/issues/3224 to track that work. Closing this as a routing attribute will be part of that work.