aspnetcore/src
David Fowler 323dae4ce9 Handle case where scanning happens after dispose. (#475)
- ConnectionManager.Scan would null ref because the timer.Change was being called
after closing all connections.
2017-05-21 23:19:17 -07:00
..
Common
Microsoft.AspNetCore.SignalR
Microsoft.AspNetCore.SignalR.Client
Microsoft.AspNetCore.SignalR.Common
Microsoft.AspNetCore.SignalR.Redis
Microsoft.AspNetCore.Sockets Handle case where scanning happens after dispose. (#475) 2017-05-21 23:19:17 -07:00
Microsoft.AspNetCore.Sockets.Client Make the http end points more resty (#470) 2017-05-19 23:37:17 -07:00
Microsoft.AspNetCore.Sockets.Common
Microsoft.AspNetCore.WebSockets.Internal
Microsoft.Extensions.WebSockets.Internal