ZeroMQ Message Size Length Limit?

Viewed 18584

Suppose that several machines are interacting together using python's zeroMQ client.

These messages are naturally formatted as strings.

Is there a limit to the length of a message (string)?

4 Answers
Related