gpt4 book ai didi

ios - 我的iOS应用程序在IPv6下运行良好,但是连接到XMPP是错误的。 Android没有错误

转载 作者:行者123 更新时间:2023-12-01 18:39:56 25 4
gpt4 key购买 nike

图片正在测试服务器的域名。我通过端口5222连接XMPP,原因如下:

Error Domain=NSPOSIXErrorDomain 
Code=51 "Network is unreachable"
UserInfo={
NSLocalizedDescription=Network is unreachable,
NSLocalizedFailureReason=Error in connect() function}

enter image description here

最佳答案

XMPPStream.m文件中,转到该行下方的init函数

asyncSocket = [[GCDAsyncSocket alloc] initWithDelegate:self delegateQueue:xmppQueue];

添加以下行
[asyncSocket setPreferIPv4OverIPv6:NO];

聊天将同时适用于IPV4和IPV6

关于ios - 我的iOS应用程序在IPv6下运行良好,但是连接到XMPP是错误的。 Android没有错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44842787/

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