I am trying connect to a proxy using Scarscream and I am getting fatal error:
unexpectedly found nil while unwrapping an Optional value
let socket = WebSocket(url: NSURL(string: "UrlHere.com")!)
socket.delegate = self
socket.connect()
socket.onConnect = {
print("websocket is connected")
}