def send(self, frame): """ passing the zmq frame to the output's connection """ self.connection.send(frame, zmq.NOBLOCK)