aspnetcore/clients
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
..
cpp Move Cpp Client to main repo (#1703) 2018-03-29 14:58:54 -07:00
ts Handle uninitialized connections in disposal (#1786) (#1794) 2018-03-30 15:51:48 -07:00