zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
439 stars 195 forks source link

Default client display should distiquish multipart messages #18

Closed benjamg closed 10 years ago

benjamg commented 11 years ago

Currently without the -n there is no way to tell multiple single part from one multipart message, this should be the default. This also allows piping of data in a shell script.

benjamg commented 10 years ago

Default of -m and newlines now in, new -s option for old behaviour.