Skip to content

Commit

Permalink
[dbad-zmq-send-readme] 80 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
sshirokov committed Sep 14, 2011
1 parent 8ea9a8f commit 6c0b9d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -55,7 +55,9 @@ oh such fun.

* send(message, ...) - `message` is a string to send across the wire. The
message is not sent immediately, but there is no callback indicating when
it has been transmitted. See the [0MQ](http://www.zeromq.org/intro:read-the-manual) documentation for [zmq_send](http://api.zeromq.org/2-1:zmq-send) for exact
it has been transmitted. See the
[0MQ](http://www.zeromq.org/intro:read-the-manual) documentation for
[zmq_send](http://api.zeromq.org/2-1:zmq-send) for exact
transmission semantics. Raises an exception if the return is < 0.

The message must be a `Buffer` object or a string. It is assumed that
Expand Down

0 comments on commit 6c0b9d4

Please sign in to comment.