You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting to a secure web-socket (wss:// or https://) the framework instantly send a .cancelled event coming from FoundationTransport.stream(_ aStream: Stream, handle eventCode: Stream.Event).endEncountered event.
After further investigation, it looks like FoundationTransport.getSecurityData() always return nil.
The text was updated successfully, but these errors were encountered:
Starscream: 4.0.0
iOS: 10.3.4
Devices: iPhone 5 (MD299F/A) - iPad pro (9.7 inches; simulator)
When connecting to a secure web-socket (wss:// or https://) the framework instantly send a
.cancelled
event coming fromFoundationTransport.stream(_ aStream: Stream, handle eventCode: Stream.Event)
.endEncountered
event.After further investigation, it looks like
FoundationTransport.getSecurityData()
always return nil.The text was updated successfully, but these errors were encountered: