Python Sockets Programming with Multithreading

preview_player
Показать описание
Python Sockets Programming with Multithreading

Рекомендации по теме
Комментарии
Автор

Hi, you need to change line 22 to
def handle_connection(conn, addr):
and line 36 to
t = Thread(target=handle_connection, args=(conn, addr))

then the code should show the correct connections closed.

siphiweshandu
Автор

It's a great tutorial sir. I followed along but I keep getting error 10038, attempting an operation that is not a socket. Why do you think that is?

StoicSmr
Автор

I need this semi transparent editor. What's the name? :D

vitotonello