[zeromq-dev] proxy_steerable in 4.0.X version.
Alexey Melnichuk
mimir at newmail.ru
Tue Mar 25 12:19:17 CET 2014
Alexey Melnichuk <mimir <at> newmail.ru> writes:
>
> Is zmq_proxy_steerable is part of ZeroMQ 4.0.4+ API?
> There no documentation for this function in 4.0.
> Do bindings shuld provide this function or it is just experemental API?
> Also documentation on zeromq.org for `zmq_proxy_steerable` for 4.1.0 is out
> of date.
> Also my test[1] fail for current libzmq-4x master (Windows and Linux) but
it
> pass for libzmq master (4.1.0).
>
> [1] https://github.com/moteus/lzmq/blob/master/test/test_proxy.lua#L151-
L176
>
Sorry forgot.
Test fail when
pipe:send("PAUSE")
assert(cli:send("hello"))
-- !!! this recv return `hello`
local _, err = assert_nil(srv:recv())
More information about the zeromq-dev
mailing list