Hello, thank you for the great tutorial. Running the server.py for the first time works great, I got two different computers connected properly. When I close the program and rerun it, the following error is obtained. This error keeps popping up multiple times and then randomly goes away.
File "/home/trec/WorkRaj/PySocket/server_multi.py", line 41, in bind_socket
print("Binding the port"+str(port))
RecursionError: maximum recursion depth exceeded while calling a Python object
It would be great to know the reason for this error.