Get python socket handle number -
on c# can socket handle function sock.handle.toint32(), on python don't known function c#.
i'm try convert int , error message:
sockid = int(self.client) typeerror: int() argument must string or number, not '_socketobject' please me!
Comments
Post a Comment