Skip to content

Instantly share code, notes, and snippets.

@fassko
Created July 30, 2019 06:08
Show Gist options
  • Save fassko/086b70bd48d2c253c5420459d516d04e to your computer and use it in GitHub Desktop.
Save fassko/086b70bd48d2c253c5420459d516d04e to your computer and use it in GitHub Desktop.
Opening connection
let urlSession = URLSession(configuration: .default)
let webSocketTask = urlSession.webSocketTask(with: "wss://echo.websocket.org")
webSocketTask.resume()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment