gpt4 book ai didi

node.js - Socket.IO 1.0.x : Get socket by id

转载 作者:IT老高 更新时间:2023-10-28 23:01:59 26 4
gpt4 key购买 nike

在0.9.x版本中,我们可以这样通过ID获取socket:

io.sockets.socket(socketId)

但在 1.0.x 中我们不能。如何在 1.0.x 中通过 id 查找套接字?

最佳答案

对于 socket.io 1.0 使用:

io.sockets.connected[socketId]

对于 0.9 它是 io.sockets.sockets[socketId] 而不是 io.sockets.socket[socketId]

关于node.js - Socket.IO 1.0.x : Get socket by id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27055989/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com