Skip to content

Instantly share code, notes, and snippets.

@Krishna21Soni13
Created January 3, 2020 10:22
Show Gist options
  • Save Krishna21Soni13/08091062e10dde5466b97648a506416c to your computer and use it in GitHub Desktop.
Save Krishna21Soni13/08091062e10dde5466b97648a506416c to your computer and use it in GitHub Desktop.
func establishConnection() {
guard let socket = manager?.defaultSocket else{
return
}
socket.connect()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment