Beispiel #1
0
    def receive(self):

        return protocol.receive_message(self.client)
Beispiel #2
0
    def receive(self):

        response = protocol.receive_message(self.socket)
        logging.log(response)
        return response