netty5/common
Norman Maurer a0905073d4 Don't try to remove the task when the underlying executor fails the execution of self (#10505)
Motivation:

It makes no sense to remove the task when the underlying executor fails as we may be able to pick it up later. Beside this the used Queue doesnt support remove(...) and so will throw.

Modifications:

Remove the queue.remove(...) call

Result:

Fixes https://github.com/netty/netty/issues/10501.
2020-08-27 08:22:58 +02:00
..
src Don't try to remove the task when the underlying executor fails the execution of self (#10505) 2020-08-27 08:22:58 +02:00
pom.xml version: remove Duplicating managed version (#10329) 2020-06-12 11:22:57 +02:00