reaktivity / k3po-nukleus-ext.java

K3PO Nukleus Extension
Apache License 2.0
0 stars 9 forks source link

Test shouldFailHandshakeWithUnequalAuthorization is very slow #49

Open cmebarrow opened 6 years ago

cmebarrow commented 6 years ago

This test takes 30 seconds, in DuplexIT (OK in HalfDuplexIT). The time is spent in the operationComplete method set as a listener in te k3po Robot.dispose() method, because the attempt to close all closable channels times out. The reason may be that the close method on the NukleusClientChannel for which the handshake failed is not doing anything because the channel is not marked as connected.