aspnetcore/samples
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
..
ChatSample Improved allocations and throughput for broadcast scenarios (#1660) 2018-03-21 09:03:36 -07:00
ClientSample Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
JwtClientSample
JwtSample
SocialWeather ConnectionMetadata is now ConnectionItems (#1604) 2018-03-14 20:57:40 -07:00
SocketsSample Fix CORS on TS Client (#1652) 2018-03-19 22:01:28 -07:00
WebSocketSample