ios 使用Starscream实现websocket简单例子
调试了半天,出现 websocket is disconnected: Invalid HTTP upgrade 的错误
居然是 URL 地址写错了的原因,端口号之后还有一堆地址没有写上。
另外wss协议需要设置 disableSSLCertValidation = true,不然错误如下:
CFNetwork SSLHandshake failed (-9807)
websocket is disconnected: The operation couldn’t be completed. (OSStatus error -9807.)