zeromq / zbroker

Elastic pipes
Mozilla Public License 2.0
50 stars 11 forks source link

Problem: zbroker blows up on unexpected message replies #17

Closed rpedde closed 10 years ago

rpedde commented 10 years ago

s_expect_reply asserts on zpipes_msg_id(reply) == message_id. This likely should instead tear down the pipe and allow the calling read/write function the ability to pass back an error condition.

hintjens commented 10 years ago

Fixed.

hintjens commented 10 years ago

Sorry, didn't mean to close. This is the same as #15, and fixed by that pull request.

rpedde commented 10 years ago

Looks good. Thanks.