netty5/transport/src/test/java/io/netty
Stephane Landelle 9bfeab2c8a AbstractBootstrap can crash instead of failing promise, close #5387
Motivation:
When `ChannelFactory#newChannel` crashed, `AbstractBootstrap#initAndRegister` propagates the exception to the caller instead of failing the promise.

Modifications:
- Catch exceptions from `ChannelFactory#newChannel`.
- Notify promise of such failure.

Result:
`AbstractBootstrap` gracefully handles connect failures.
2016-06-13 18:59:09 +02:00
..
bootstrap AbstractBootstrap can crash instead of failing promise, close #5387 2016-06-13 18:59:09 +02:00
channel Use shaded dependency on JCTools instead of copy and paste 2016-06-10 13:19:45 +02:00