dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.51k stars 25.31k forks source link

SignalR Core needs documentation on connection lifecycle #9280

Open docrinehart opened 5 years ago

docrinehart commented 5 years ago

As I get reacquainted with SignalR via SignalR Core, I've found that a lot of the lifecycle operations are no longer supported. It'd be nice to have a page for SignalR Core that outlines some of the connection lifecycle operations as well as some best practices like there is for ASPNET SignalR.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

tdykstra commented 5 years ago

@docrinehart Thanks for the suggestion. I agree, and while I can't predict how soon we'll get to it, it's on our backlog now.

Rick-Anderson commented 5 years ago

@bradygaster please review and schedule

bradygaster commented 5 years ago

@Rick-Anderson assigning the new-and-awesome SignalR label so we can triage these during our regular team triage.

bradygaster commented 5 years ago

closing as this feels like a dupe of #6757 so we'll handle it there.

docrinehart commented 5 years ago

@bradygaster You closed #6757 a few weeks ago with the comment:

closing this as a duplicate of #9280, which would represent a superset of the desires of this particular issue.

Then closed this ticket yesterday as a duplicate of that one. At a glance I don't see that any documentation was crafted for either ticket, so I want to ask if the ticket reference here was incorrect (maybe a typo) and make sure we eventually get some docs around the signlar core lifecycle events.

bradygaster commented 5 years ago

Thanks for calling me out on that. It was an oversight. We absolutely want to complete the work for this issue, #9280. My apologies, I'll re-open this one.

halter73 commented 5 years ago

@guardrex - @bradygaster wants to know if you could look into writing this doc because you're the best. Thanks!

guardrex commented 5 years ago

Thanks for the complement.

I'm not a SignalR :cat2: ... I've never used it. I can possibly write it if I get on the learning curve with SignalR. Timing is a bit of a challenge tho: I have 3.0 issues to resolve, (light) Blazor demands, and I hope to retire ... mostly retire anyway ... in December. 🏖

halter73 commented 5 years ago

No worries. Worth a shot :wink: Thanks!

Rick-Anderson commented 5 years ago

@halter73 all we need is all the details in a rough draft and any of us can finish it off.

bradygaster commented 2 years ago

cc @IEvangelist who is coming up with a series of items he'd like to add to a Lean path in the future. @IEvangelist is this an article you think you'd like to take a pass at collaborating with me on getting into the Core area?

IEvangelist commented 2 years ago

Hi @bradygaster - yes, I'd be happy to collaborate on that.