gpt4 book ai didi

connection - 检测到错误/断开连接时推送器自动重新连接

转载 作者:行者123 更新时间:2023-12-03 01:04:58 24 4
gpt4 key购买 nike

如果发现任何错误或未连接状态,是否有某种方法可以重新连接到 Pusher?

这是我们的连接代码:

var pusher = new Pusher('<apikey>', {encrypted: true});
var state = pusher.connection.state;

pusher.connection.bind( 'error', function( err ) {
console.log(err);
});

pusher.connection.bind('state_change', function(states) {
// states = {previous: 'oldState', current: 'newState'}
console.log(states);
});

最佳答案

Pusher JavaScript 库自动尝试重新连接。您不需要添加任何代码来支持这一点。

我在 Pusher 文档中找不到此内容,但我知道这一点,因为我在 Pusher 工作了 2 年。

您可以通过访问 http://test.pusher.com/ 进行测试并断开与互联网的连接,然后再次重新连接。日志记录将显示它正在自动重新连接。

关于connection - 检测到错误/断开连接时推送器自动重新连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21581025/

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