示例#1
0
文件: server.py 项目: jmg/pycaching
    def receive(self):

        return protocol.receive_message(self.client)
示例#2
0
文件: client.py 项目: jmg/pycaching
    def receive(self):

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