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 collect log messages during browser tests (#1670) 2018-03-29 10:11:18 -07:00
ts Add detailed error option (#1763) 2018-03-30 11:30:07 -07:00
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 collect log messages during browser tests (#1670) 2018-03-29 10:11:18 -07:00
package.json collect log messages during browser tests (#1670) 2018-03-29 10:11:18 -07:00
rollup.config.js
tsconfig.json
web.config