I want to send integer that converted to string as byte with socket
My code
x = 0 while True: x += 1 client.send(bytes(str(x))) time.sleep