gpt4 book ai didi

pusher - 如何在 Pusher 中创建 channel

转载 作者:行者123 更新时间:2023-12-01 18:36:50 32 4
gpt4 key购买 nike

我找不到任何关于使用 Pusher 创建 channel 的明确信息。在客户端订阅或在服务器上推送事件时,这只是一个隐式操作吗?

class HelloController < ApplicationController
def hello
#does this create a channel "named 'test-channel'"?
Pusher['test-channel'].trigger('test_event', { :hello => 'world' })
end
end

如果是,是否有可用 channel 数量的限制?

我提出这个问题的原因是,我想为每个用户创建一个唯一的 channel ,并且在客户端关闭该 channel 之后。

但这可能不是一个好主意;-)

谢谢

最佳答案

channel 实际上只是一种路由或过滤数据的方式。它们通过简单地被订阅或向其发布数据而存在。因此,这是一个隐式操作。

您使用的 channel 数量没有限制,每个用户一个唯一的 channel 是有针对性的消息传递的一个很好的解决方案。

关于pusher - 如何在 Pusher 中创建 channel ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12842244/

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