-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
If the two points that invoke the block bellow run in parallel:
while (!taskRunQueue.isEmpty()) {
taskRunQueue.poll().run();
We could get a NPE, since poll() returns null if there is not task in the queue.
- incorporates
-
JBEAP-18162 [GSS](7.2.z) WEJBHTTP-32 - Remote duplicate notifyAll call from WildflyClientInputStream read listener after -1 is read
- Closed
- relates to
-
WFCORE-4784 Upgrade Undertow to 2.0.29.Final
- Closed