Hello! I started to create my own tiny 'framework' mainly built on the socket and the thread module. I haven't been doing too much thread programming before. My problem is that when I try server.waitForConnections(2), at the second connection, it says
Unhandled exception in thread started by
Error in sys.excepthook:
Original exception was:
What should I do to make it work?
Edit: by 'at the second connection' I mean, after the connection has been established, exactly