[
https://issues.apache.org/jira/browse/PROTON-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell reopened PROTON-440:
-----------------------------------
The patch doesn't seem to match the commit, which included a seemingly
unrelated dependency change and a System.out.println call:
{noformat}
@@ -192,6 +192,7 @@
{
SocketChannel channel = SocketChannel.open();
channel.configureBlocking(false);
+ System.out.println("host:port:" + host + ", " + port);
channel.connect(new InetSocketAddress(host, port));
return createConnector(channel, context);
}
{noformat}
> MessengerImpl tests fail on OSX
> -------------------------------
>
> Key: PROTON-440
> URL: https://issues.apache.org/jira/browse/PROTON-440
> Project: Qpid Proton
> Issue Type: Bug
> Components: proton-j
> Reporter: Hiram Chirino
> Assignee: Rafael H. Schloming
> Fix For: 0.6
>
> Attachments: PROTON-440.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)