netty5/handler/src/main/java/io/netty
Norman Maurer 2e92a2f5cd Ensure we not schedule multiple timeouts for close notify
Motivation:

We should only schedule one timeout to wait for the close notify to be done.

Modifications:

Keep track of if we already scheduled a timeout for close notify and if so not schedule another one.

Result:

No duplicated timeouts.
2018-03-27 09:43:46 +02:00
..
handler Ensure we not schedule multiple timeouts for close notify 2018-03-27 09:43:46 +02:00