Skip to content

Commit

Permalink
fix for issue RestComm#164, NIO TCP connection bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenas committed Feb 20, 2018
1 parent 4fe2d55 commit 0b706a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gov/nist/javax/sip/stack/NIOHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ private SocketChannel openOutgoingConnection(InetAddress senderAddress,
receiverAddress + " " + contactPort + " " + senderAddress);
}
putSocket(key, clientSock);
connected = true;
break;
} else {
break;
Expand Down

0 comments on commit 0b706a2

Please sign in to comment.