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