当客户端丢失连接后执行(此时还为离开房间rooms)。
io.on('connection', (socket) => { socket.on('disconnecting', (reason) => { let rooms = Object.keys(socket.rooms); // ... }); });
这里有一些保留事件(connect,newListener和removeListener),这些名臣不能用与事件自定义名称。