So it's been a while since I decided resume maintaining this project. This version fixes several things, namely keeping that promise of "no protocol." Before, I was implementing a hack to get parts of the API to work correctly, including sending "trash messages"... Yea it was quite a dark time.
But that's all good now: this new version has been rewritten so there will be none of that crap!
Additionally, I added **kwargs
and other parameters so you can configure the underlying create_datagram_endpoint
and queues if you ever need to do so! AioUDP is designed with ergonomics-first, but it should be feature-complete and be a 100% functionally-capable alternative to the native, low-level API. If there's something you can't do with this AioUDP but can with the low-level API, that's a bug and we welcome you report it.