See Namespace#allSockets(). const sockets = await io.of('/').adapter.sockets();. console.log(sockets); // a Set containing all the connected ...
確定! 回上一頁