dotnet / AspNetCore.Docs

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

Unclear if users are removed from groups on disconnect or if this must be handled manually #27590

Open TimothySaunders opened 1 year ago

TimothySaunders commented 1 year ago

Previous documentation explicitly stated that there is no need to manually remove users from groups when they disconnect: "You do not need to manually remove a user from a group when the connection ends."

I couldn't find anything explicitly stating this in the latest version of the documentation - could be included to make it clearer if this is a change in requirements or not.


Document Details

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

BrennanConroy commented 1 year ago

It's mentioned in https://learn.microsoft.com/aspnet/core/signalr/hubs?view=aspnetcore-7.0#handle-events-for-a-connection-3 but is probably a good idea to put it in the groups page as well.

TimothySaunders commented 1 year ago

So it is, sorry! Thanks for pointing that out :)

BrennanConroy commented 1 year ago

probably a good idea to put it in the groups page as well

Let's keep this open for this update.