netty5/handler/src/main/java/io/netty
Norman Maurer c1d5066929 Ensure BIO is only used one time
Motivation:

Its not safe to reuse a BIO, we need to ensure we only use it once.

Modifications:

Only use the BIO once.

Result:

Correctly usage of BIO
2016-08-12 14:41:13 +02:00
..
handler Ensure BIO is only used one time 2016-08-12 14:41:13 +02:00