aspnetcore/clients/ts/FunctionalTests
David Fowler eb7dc14c39
Handle uninitialized connections in disposal (#1786)
- 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:44:30 -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 Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
.gitignore Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
AuthorizedHub.cs Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
ComplexObject.cs Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
EchoConnectionHandler.cs Handle uninitialized connections in disposal (#1786) 2018-03-30 15:44:30 -07:00
FunctionalTests.csproj Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
Program.cs Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
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 Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
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 Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
tsconfig.json IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
web.config Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00