Alright, let me explain my issue to you:
So I made a chat client in Python following some tutorials, but I quickly was limited with it. The problem is that because of this process called blocking, when it came time for the client to receive a message, the whole process would stop until a reply did come through.
So I went along asking some questions here and there, and looking for a way to make the client work so that...