from Hacker News

Show HN: A better Python API for async UDP

by thatxliner on 1/1/25, 4:30 AM with 2 comments

  • by mlhpdx on 1/1/25, 4:43 AM

    Is the example echo server lock-step with respect to requests and responses? I’m not sure how Python async for with async/await works, but in dotnet similar code would be effectively serial.