netty5/transport/src/main
Norman Maurer 7e61538790 [#2665] Continue writing on IOException when using DatagramChannel
Motivation:

As a DatagramChannel supports to write to multiple remote peers we must not close the Channel once a IOException accours as this error may be only valid for one remote peer.

Modification:

Continue writing on IOException.

Result:

DatagramChannel can be used even after an IOException accours during writing.
2014-07-18 12:49:34 +02:00
..
java/io/netty [#2665] Continue writing on IOException when using DatagramChannel 2014-07-18 12:49:34 +02:00