Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix echo_requester TCP leak (#12031)
#### Problem `echo_requester.cpp` leaks TCP endpoints. Instance of #11880 _Possible use of destroyed pool objects_ #### Change overview Shut down `TCPManager`. #### Testing If `ObjectPool` checks that objects do not outlive it (originally part of PR #11698 but deferred due to current leaks), then Cirque CI fails without this change.
- Loading branch information