bartkessels/GetIt

Run request on background thread

Closed this issue · 0 comments

Right now the request is ran on the main thread causing the application to have to wait for a response from the server. This should be done on a background thread notifying the main thread when a response is returned. This way the application is still responsive while waiting for the server