aspnetcore/test
David Fowler e1bb2215e5
Remove the Channel<HubMessage> from the HubConnectionContext (#1468)
* Remove the Channel<HubMessage> from the HubConnectionContext
- Replace the channel with a single lock around the pipewriter. Since writes are always synchronous, the lock is held for a very short time.
- We were only using them in this scenario for handling multiple producers (the hub output, the keep alive ping and the broadcast).
- Handle the scenario where there's back pressure (when we use pipes that are bounded) and give callers a single task representing when back pressure is released.
- Handle synchronous exceptions in RedisHubLifetimeManager
- Fixed benchmarks
2018-02-17 10:22:11 -08:00
..
Common Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
Microsoft.AspNetCore.SignalR.Client.Tests Revert "Fix flaky SSE test (#1279)" 2018-02-16 19:01:54 -08:00
Microsoft.AspNetCore.SignalR.Common.Tests Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
Microsoft.AspNetCore.SignalR.Redis.Tests Remove the Channel<HubMessage> from the HubConnectionContext (#1468) 2018-02-17 10:22:11 -08:00
Microsoft.AspNetCore.SignalR.Tests Remove the Channel<HubMessage> from the HubConnectionContext (#1468) 2018-02-17 10:22:11 -08:00
Microsoft.AspNetCore.SignalR.Tests.Utils Remove the Channel<HubMessage> from the HubConnectionContext (#1468) 2018-02-17 10:22:11 -08:00
Microsoft.AspNetCore.Sockets.Tests Use protocol.abstractions primitives instead of socket abstractions (#1432) 2018-02-10 18:10:09 -08:00
Directory.Build.props
xunit.runner.json Run tests outside of xunit synccontext (#1427) 2018-02-10 20:58:27 -08:00