使用ios swift leanDemo,我创建了一个临时Conversation, 用于传输webRTC的信令消息,发送顺序为:
offer
candidate 1
candidate 2
candidate 3
...
candidate n
接收时,会偶尔发现
candidate 1
offer
candidate 2
...
这种顺序
发送的各个消息的时间间隔很短,1秒内可以发送10数个。
我当前使用的环境是开发版,只创建了两个测试用户。
呼叫接通断开10次中,至少一次会出现此问题,导致无法接通webRTC连接