Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jacobsapps/afb888b9a71e9ee69ea986fc5c9abaab to your computer and use it in GitHub Desktop.

Select an option

Save jacobsapps/afb888b9a71e9ee69ea986fc5c9abaab to your computer and use it in GitHub Desktop.
// Run `ipconfig getifaddr en0` to get IP address of the local server
// Simulators or paired iPhones don't share localhost with your Mac
private init(endpoint: String) {
let url = URL(string: "ws://192.168.0.16:8000")?.appendingPathComponent(endpoint)
setupWebSocket(url: url!)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment