Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最初使用的是一个名为“aiosmtpd”的python库,它是异步的,每次新客户端连接以处理并发连接时,都会创建一个新的类实例。NodeJS 中的 SMTP 服务器库如何处理多个连接?