[nanomsg] Re: Framing - separation of multiple parts of the message

  • From: Paul Colomiets <paul@xxxxxxxxxxxxxx>
  • To: "nanomsg@xxxxxxxxxxxxx" <nanomsg@xxxxxxxxxxxxx>
  • Date: Fri, 22 Nov 2013 18:14:15 +0200

Hi Jörg,



On Fri, Nov 22, 2013 at 6:08 PM, Jörg Singler <joerg.singler@xxxxxxxxx> wrote:
> in zmq there was this possibility of sending multiple parts of a message
> e.g. I want to send a topic which is used to filter the subscriptions. How
> can I do this with nanomsg. I didn't see the nn_send_more flag in nanomsg or
> did I missed that?
>

There is no such feature. Its intentional. You need to choose
serialization format yourself.

(I prefer msgpack myself,  if you need some hint, but it's not
something that suggested by nanomsg library)

-- 
Paul

Other related posts: