netty5/transport/src
Norman Maurer 5ffa3b1c46 Only try to bind if late registration not failed.
Motivation:

We should not try to call bind if registration failed.

Modifications:

Only call doBind0(...) when the registration not failed.

Result:

Not try to to bind if the registration failed.
2016-05-13 12:10:31 +02:00
..
main/java/io/netty Only try to bind if late registration not failed. 2016-05-13 12:10:31 +02:00
test/java/io/netty DefaultPromise LateListener Logic Issues 2016-05-09 10:33:40 -07:00