newOcean / webrtc-ios

webrtc build on ios
50 stars 177 forks source link

BUG: sometime onOpen method is invoked before onICEServers: method in APPRTCAppDelegate #2

Open YK-Unit opened 10 years ago

YK-Unit commented 10 years ago

because of multithreaded's uncertainty, sometimes the onOpen method is invoked before onICEServers: method in APPRTCAppDelegate, then the peerConnection won't crate offer sdp successfully, beacuse the peerConnection is NULL at that time.

How to slove it? In APPRTCAppClient, initialize GAEChannelClient in updateICEServers:withTurnServer: method rather in connectionDidFinishLoading: method