For a quick and dirty solution, `socketserver` module is built-in and works.
But yeah, `asyncio` is better if you’re cool with async/await.
Weird bug I ran into: Clients sometimes hang if you don’t close connections properly. Always use `try/finally`!
But yeah, `asyncio` is better if you’re cool with async/await.
Weird bug I ran into: Clients sometimes hang if you don’t close connections properly. Always use `try/finally`!
