aio-libs / aiosmtpd

A reimplementation of the Python stdlib smtpd.py based on asyncio.
https://aiosmtpd.aio-libs.org
Apache License 2.0
313 stars 95 forks source link

Add tests for compatibility with uvloop? #335

Open pepoluan opened 1 year ago

pepoluan commented 1 year ago

uvloop is probably one of the most important and widely used async 'engine' in Linux.

We really should add tests specifically for testing uvloop compatibility, to prevent something like #295 slipping between the cracks.