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.
是否可以遍历与 Node.js 中的net.Server实例建立的连接对应的所有套接字对象?
最终,我需要关闭所有连接。似乎这样做的唯一方法是在创建时保留这些套接字对象的数组。请让我知道是否有内置的方法可以做到这一点可能更清洁。