Python Networking Using Pickle — How to deal with incomplete data being sent?

前端 未结 0 401
长情又很酷
长情又很酷 2020-12-10 10:01
def ReadData(self):
        data = \'\'
        try:
            data = self.c.recv(12000)
        except socket.error as e:
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题