INT-3894: Polishing
Remove IPv4 from build.gradle. Fix race for ackPort.
This commit is contained in:
@@ -256,6 +256,12 @@ public class UnicastSendingMessageHandler extends
|
||||
if (!this.ackThreadRunning) {
|
||||
synchronized(this) {
|
||||
if (!this.ackThreadRunning) {
|
||||
try {
|
||||
getSocket();
|
||||
}
|
||||
catch (IOException e) {
|
||||
logger.error("Error creating socket", e);
|
||||
}
|
||||
ackLatch = new CountDownLatch(1);
|
||||
this.taskExecutor.execute(this);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user