@ -84,6 +84,8 @@ public class Reactor2TcpClient<P> implements TcpOperations<P> {
@@ -84,6 +84,8 @@ public class Reactor2TcpClient<P> implements TcpOperations<P> {
@ -108,12 +110,13 @@ public class Reactor2TcpClient<P> implements TcpOperations<P> {
@@ -108,12 +110,13 @@ public class Reactor2TcpClient<P> implements TcpOperations<P> {
// Reactor 2.0.5 requires NioEventLoopGroup vs 2.0.6+ requires EventLoopGroup
@ -139,6 +142,7 @@ public class Reactor2TcpClient<P> implements TcpOperations<P> {
@@ -139,6 +142,7 @@ public class Reactor2TcpClient<P> implements TcpOperations<P> {
Assert.notNull(tcpClientSpecFactory,"'tcpClientClientFactory' must not be null");
this.tcpClientSpecFactory=tcpClientSpecFactory;
this.eventLoopGroup=null;
this.environment=null;
}
@ -269,6 +273,15 @@ public class Reactor2TcpClient<P> implements TcpOperations<P> {
@@ -269,6 +273,15 @@ public class Reactor2TcpClient<P> implements TcpOperations<P> {