Show More
@@ -679,7 +679,7 b' class Session(Configurable):' | |||||
679 | to_send.append(DELIM) |
|
679 | to_send.append(DELIM) | |
680 | to_send.append(self.sign(msg_list)) |
|
680 | to_send.append(self.sign(msg_list)) | |
681 | to_send.extend(msg_list) |
|
681 | to_send.extend(msg_list) | |
682 |
stream.send_multipart( |
|
682 | stream.send_multipart(to_send, flags, copy=copy) | |
683 |
|
683 | |||
684 | def recv(self, socket, mode=zmq.NOBLOCK, content=True, copy=True): |
|
684 | def recv(self, socket, mode=zmq.NOBLOCK, content=True, copy=True): | |
685 | """Receive and unpack a message. |
|
685 | """Receive and unpack a message. |
General Comments 0
You need to be logged in to leave comments.
Login now