aspnetcore/src
David Fowler 6583e5fb47
Improved allocations and throughput for broadcast scenarios (#1660)
- Don't allocate when enumerating connections
- Don't allocate tasks unless we truly go async
- Don't get the timestamp, just write the pings always (if there's no ongoing write)
- Track the time since last keep alive write instead of the last write
- ValueTask all the things!
- Renamed HubConnectionList to HubConnectionStore
2018-03-21 09:03:36 -07:00
..
Common Small optimizations (#1617) 2018-03-16 16:08:11 -07:00
Microsoft.AspNetCore.SignalR
Microsoft.AspNetCore.SignalR.Client
Microsoft.AspNetCore.SignalR.Client.Core Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
Microsoft.AspNetCore.SignalR.Client.MsgPack
Microsoft.AspNetCore.SignalR.Common Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
Microsoft.AspNetCore.SignalR.Core Improved allocations and throughput for broadcast scenarios (#1660) 2018-03-21 09:03:36 -07:00
Microsoft.AspNetCore.SignalR.MsgPack
Microsoft.AspNetCore.SignalR.Protocols.MsgPack Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
Microsoft.AspNetCore.SignalR.Redis Improved allocations and throughput for broadcast scenarios (#1660) 2018-03-21 09:03:36 -07:00
Microsoft.AspNetCore.Sockets.Abstractions Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
Microsoft.AspNetCore.Sockets.Client.Http Small optimizations (#1617) 2018-03-16 16:08:11 -07:00
Microsoft.AspNetCore.Sockets.Common.Http
Microsoft.AspNetCore.Sockets.Http Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
Directory.Build.props