aspnetcore/test
David Fowler 0293e53e11
Handle uninitialized connections in disposal (#1786) (#1794)
- We made a change to not initialize pipes up front
on connection creation. That change make it null ref in disposal because we didn't check if the pipes were initialized.
- Added a test
- Also fixed the EchoConnectionHandler in the functional ts tests.
2018-03-30 15:51:48 -07:00
..
Microsoft.AspNetCore.Http.Connections.Tests Handle uninitialized connections in disposal (#1786) (#1794) 2018-03-30 15:51:48 -07:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
Microsoft.AspNetCore.SignalR.Common.Tests Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
Microsoft.AspNetCore.SignalR.Redis.Tests Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
Microsoft.AspNetCore.SignalR.Tests Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
Microsoft.AspNetCore.SignalR.Tests.Utils Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
Directory.Build.props
xunit.runner.json