gpt4 book ai didi

javascript - 使用meteorjs 如何识别离散的连接客户端?

转载 作者:行者123 更新时间:2023-11-28 09:00:12 25 4
gpt4 key购买 nike

我希望能够根据某些条件以不同的方式对待每个连接的客户端,但我似乎无法弄清楚如何针对单个客户端。我需要每个客户端某种唯一的引用,但我无法在客户端本身或作为发布/订阅交互或其他方式的一部分的服务器上找到它。

我注意到您可以获得一个 userId,但这取决于用户实际创建帐户并登录,否则它仍然设置为 null。

例如,我如何仅在最近连接的客户端上显示消息,或设置排队系统以使连接的客户端能够访问有限的资源?

谢谢!

最佳答案

我认为 this.setUserId() 可以做你想做的事:

Call this function to change the currently logged in user on the connection that made this method call. This simply sets the value of userId for future method calls received on this connection. Pass null to log out the connection.

您可以检查 id 是否为空,如果是,则将其设置为某个唯一标识符。将其放置在您的客户将调用的第一个方法或发布函数中。

功能信息及引用来自http://docs.meteor.com .

关于javascript - 使用meteorjs 如何识别离散的连接客户端?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17864853/

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