Closed ilandbt closed 7 years ago
Hi, Call socket.connect the UI thread gets blocked. I tried calling the connect in
socket.connect
DispatchQueue.global(qos: .background).async { self.socket.connect() }
And it still getting blocked.
am i missing something?
Thanks
Hi, Call
socket.connect
the UI thread gets blocked. I tried calling the connect inAnd it still getting blocked.
am i missing something?
Thanks