def _forward_response()

in pythonflow/pfmq/broker.py [0:0]


    def _forward_response(cls, frontend, client, identifier, status, response):
        frontend.send_multipart([client, b'', identifier, status, response])
        LOGGER.debug('forwarded RESPONSE with identifier %s to %s with status %s',
                     int.from_bytes(identifier, 'little'), client, cls.STATUS[status])