Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好像我设置正确,但 XMPPReconnect 没有启动。我错过了什么吗?
_xmppReconnect = [[XMPPReconnect alloc] init]; [_xmppReconnect activate:_xmppStream]; [_xmppReconnect addDelegate:self delegateQueue:dispatch_get_main_queue()];
据我所知,只有在连接流后它才会重新连接。
添加重新连接模块后,您是否连接了流?