Azure / azure-signalr

Azure SignalR Service SDK for .NET
https://aka.ms/signalr-service
MIT License
427 stars 101 forks source link

Gracefully offline and close clients when app shutdown #2086

Closed vicancy closed 5 days ago

vicancy commented 1 week ago

Fix https://github.com/Azure/azure-signalr/issues/1988 and https://github.com/Azure/azure-signalr/issues/1777

Use graceful shutdown to completely fix the disposable exception issue.

bodamgaard commented 1 week ago

@vicancy will this also fix this issue? :-) #1777

vicancy commented 6 days ago

@vicancy will this also fix this issue? :-) #1777

Yes it contains the fix now.