Relates :
|
The test initiates a chain of writes to an AsynchronousSocketChannel and then attempts a single write outside of this chain which is expected to fail with a WritePendingException. It is possible however that the single write could be initiated between one of the chained writes causing the chain of writes to fail and resulting in a spurious error in the test.
|