netty5/transport-native-epoll/src
Norman Maurer ad8fe88abd
We should have a special config that allows to configure half closure for DuplexChannel (#10701)
Motivation:

DuplexChannel allow for half-closure, we should have a special config interface for it as well.

Modifications:

Add DuplexChannelConfig which allows to configure half-closure.

Result:

More consistent types
2020-10-21 15:26:27 +02:00
..
main We should have a special config that allows to configure half closure for DuplexChannel (#10701) 2020-10-21 15:26:27 +02:00
test/java/io/netty/channel/epoll Fix #10614 by making UnorderedTPEExecutor.scheduleAtFixedRate run tasks more than once (#10659) 2020-10-14 11:09:16 +02:00