Closed hnwyllmm closed 5 years ago
in 64bit system, size_t is uint64_t, int is int32_t. If I send a message with size large than 4G, then I cannot receive it with zmq_msg_recv
Can I use the zmq_msg_size(msg) routine to get the size? The huge message will transfer through TCP.
Yes, it's just the return code that gets truncated, the message will be fine
in 64bit system, size_t is uint64_t, int is int32_t. If I send a message with size large than 4G, then I cannot receive it with zmq_msg_recv