def receive(self): """ Reception and pyobj de-serialization of one message. """ return self.socket.recv_pyobj(zmq.NOBLOCK)