perchco / perchrtc

An iOS WebRTC demo using XirSys servers
MIT License
135 stars 34 forks source link

Web socket does not connect on iOS 9? #25

Closed whydna closed 8 years ago

whydna commented 8 years ago

Seems there is some issue with new versions of the Pods (SRWebSocket?)

Reproduce:

It's not able to connect with the Xirsys socket. It immediately disconnects.

ceaglest commented 8 years ago

@whydna The Websocket server URL is hardcoded, but it shouldn't be. It's entirely possible XirSys has changed it, as I was having no problems connecting the last time I tested on 9.1.

See: https://github.com/perchco/perchrtc/issues/24

ceaglest commented 8 years ago

@whydna Give this a try. Thanks!

https://github.com/perchco/perchrtc/pull/26