Relative Content

Tag Archive for pythonpython-3.xpython-asynciopython-3.11python-3.12

Async server and client scripts stopped working after upgrading to Python3.12

So I have two scripts that use asyncio’s servers’ for communication, the script’s work by the server opening an asyncio server and listening for connections, the client script connecting to that server, the server script stopping listening for new connections and assigning the reader and the writer to global variables so data sending and receiving would be possible.