INT-1797 Polishing; fix failing test
This commit is contained in:
@@ -385,7 +385,7 @@ public abstract class AbstractConnectionFactory
|
||||
}
|
||||
}
|
||||
if (logger.isTraceEnabled())
|
||||
logger.trace("Host" + this.host + " port " + this.port + " SelectionCount: " + selectionCount);
|
||||
logger.trace("Host " + this.host + " port " + this.port + " SelectionCount: " + selectionCount);
|
||||
if (selectionCount > 0) {
|
||||
Set<SelectionKey> keys = selector.selectedKeys();
|
||||
Iterator<SelectionKey> iterator = keys.iterator();
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
<int-ip:tcp-connection-factory id="server"
|
||||
type="server"
|
||||
using-nio="true"
|
||||
single-use="true"
|
||||
port="#{tcpIpUtils.findAvailableServerSocket(10000)}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user