0

如何从服务器(socket.io)获取 ID(唯一密钥)?

我厌倦了clients[socket.id] = socket;

但我得到错误

 connections property is deprecated. use getconnections() method

任何的想法?

4

1 回答 1

0

您可以通过以下方式在 socket.io 中获取套接字的 ID:

var id = socket.id;
于 2013-07-16T08:47:46.073 回答