无法让 XMPPReconnect 在 iOS 上工作
似乎我的设置正确,但 XMPPReconnect 没有启动。我错过了什么吗?
_xmppReconnect = [[XMPPReconnect alloc] init];
[_xmppReconnect activate:_xmppStream];
[_xmppReconnect addDelegate:self delegateQueue:dispatch_get_main_queue()];
Seems like I am settings things up correctly but XMPPReconnect is not kicking in.. Am I missing something?
_xmppReconnect = [[XMPPReconnect alloc] init];
[_xmppReconnect activate:_xmppStream];
[_xmppReconnect addDelegate:self delegateQueue:dispatch_get_main_queue()];
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,只有在连接流后它才会重新连接。
添加重新连接模块后是否连接了流?
As far as I know it only reconnects once the stream is connected.
Did you connect the stream after you've added the reconnect module?