Boss

Results 4 comments of Boss

I have the same problem! but it works when I use ip connect, not works for domain。

HTTP/1.0 503 Service Unavailable\r\nCache-Control: no-cache\r\nConnection: close\r\nContent-Type: text/html\r\n\r\n503 Service Unavailable\nNo server is available to handle this request.\n Optional(Starscream.HTTPUpgradeError.notAnUpgrade(503)) Optional(Starscream.WSError(type: Starscream.ErrorType.protocolError, message: "masked and rsv data is not currently supported", code: 1002))

I solved this question! First I use domain connect,not ip connect! Reason: WSEngine --> connectionChanged(state: ConnectionState) --> let wsReq = HTTPWSHeader.createUpgrade(request: request, supportsCompression: framer.supportsCompression(), secKeyValue: secKeyValue) --> HTTPWSHeader.createUpgrade --> let...