shien7654321 / STFTPNetwork

A simple FTP network library for iOS.
MIT License
14 stars 2 forks source link

methods not working in background thread #4

Open ganeshshirole opened 3 years ago

ganeshshirole commented 3 years ago

DispatchQueue.global(qos: .background).async { // here any method not working i need it for await() }

hubfresher commented 3 years ago

DispatchQueue.global(qos: .background).async { // here any method not working i need it for await() }

how did you fix the problem?