netty5/transport/src
Norman Maurer 26cdfe2cde
Add PromiseNotifier static method which takes care of cancel propagation (#11494)
Motivation:

At the moment we not correctly propagate cancellation in some case when we use the PromiseNotifier.

Modifications:

- Add PromiseNotifier static method which takes care of cancellation
- Add unit test
- Deprecate ChannelPromiseNotifier

Result:

Correctly propagate cancellation of operation

Co-authored-by: Nitesh Kant <nitesh_kant@apple.com>
2021-07-21 13:37:32 +02:00
..
main Add PromiseNotifier static method which takes care of cancel propagation (#11494) 2021-07-21 13:37:32 +02:00
test/java/io/netty Migrate transport to junit5 (#11431) (#11432) 2021-06-30 16:17:57 +02:00