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

Dispose WebSocket if StartAsync fails #3311

Closed BrennanConroy closed 6 years ago

BrennanConroy commented 6 years ago

Fixes #3127

Don't think we can test this since _webSocket is entirely internal and there is no way to check if it's disposed or not.