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.
如果服务器使用 连接到 websocket 客户端socket.io,会导致client.id更改的事件是什么?
socket.io
client.id
服务器重置
客户端打开新连接
还有其他的,比如超时吗?
当客户端连接到 socket.io 服务器时,会id为连接生成新的。并且没有其他地方id生成。
id
服务器重置,客户端打开新连接,超时(和重新连接) - 所有这些都会触发 new 的创建id,因为实际上客户端必须创建到 socket.io 服务器的新连接。