OpenSearch/test/framework
Tim Brooks d1acb7697b
Remove internal channel tracking in transports (#27711)
This commit attempts to continue unifying the logic between different
transport implementations. As transports call a `TcpTransport` callback
when a new channel is accepted, there is no need to internally track
channels accepted. Instead there is a set of accepted channels in
`TcpTransport`. This set is used for metrics and shutting down channels.
2017-12-08 16:56:53 -07:00
..
src Remove internal channel tracking in transports (#27711) 2017-12-08 16:56:53 -07:00
build.gradle Consolidate version numbering semantics (#27397) 2017-11-23 20:21:53 +00:00