mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-31 14:39:55 +01:00
Merge pull request #1944 from hitstergtd/x-testmonitor-fix
Problem: bounce() arguments reversed
This commit is contained in:
commit
464d3fd3f8
@ -105,7 +105,7 @@ int main (void)
|
|||||||
assert (rc == 0);
|
assert (rc == 0);
|
||||||
rc = zmq_connect (client, "tcp://127.0.0.1:9998");
|
rc = zmq_connect (client, "tcp://127.0.0.1:9998");
|
||||||
assert (rc == 0);
|
assert (rc == 0);
|
||||||
bounce (client, server);
|
bounce (server, client);
|
||||||
|
|
||||||
// Close client and server
|
// Close client and server
|
||||||
close_zero_linger (client);
|
close_zero_linger (client);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user