zmq:msg-data-as-string returns a Lisp string with a trailing null
commite6cc8a65946766f318b09ba0432c6d2232d3d049
authorKamil Shakirov <kamils80@gmail.com>
Mon, 4 Oct 2010 10:27:57 +0000 (4 12:27 +0200)
committerVitaly Mayatskikh <v.mayatskih@gmail.com>
Mon, 4 Oct 2010 10:27:57 +0000 (4 12:27 +0200)
treef081a49a7395d0427acd5b33decd281c138cef26
parent7d48a4d2be45e0956be641895f41f3220d90fc6e
zmq:msg-data-as-string returns a Lisp string with a trailing null

freshly created 0MQ message initialized by a Lisp string. I would expect it to be
a normal Lisp string without trailing null by default so it could be passed around.

Plus from zguide:

"ØMQ strings are length-specified, and are sent on the wire without a trailing null".
zeromq-api.lisp