Problem: CLIENT and SERVER don't check SNDMORE
These sockets don't handle multipart data, so if callers send it, they drop frames, and things break silently. Solution: if the caller tries to use ZMQ_SNDMORE, return -1 and set errno to EINVAL.
Showing
This diff is collapsed.
Please
register
or
sign in
to comment