Posts by Rafa710 • 31 points
1 post
-
3
votes1
answer529
viewsQ: Difficulty with socket.recv()
I am experiencing continuity issues in my code after a function call, related to receiving data via socket with the following code: def le_dados(obj): lista_rcv = [] while True: data = obj.recv(2)…