aspnetcore/clients/ts/FunctionalTests
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
..
selenium
ts
wwwroot
.gitignore
AuthorizedHub.cs
ComplexObject.cs
EchoConnectionHandler.cs Handle uninitialized connections in disposal (#1786) (#1794) 2018-03-30 15:51:48 -07:00
FunctionalTests.csproj Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
Program.cs
Startup.cs Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
TestHub.cs Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
UncreatableHub.cs
package-lock.json
package.json
rollup.config.js
tsconfig.json
web.config