Non blocking spawn worker, make it faster

Issue #52 resolved
Erik Melkersson repo owner created an issue

Make the request unsynchronized. I.e do the pressing in the app only and handle the network request in the background.

Comments (2)

  1. Erik Melkersson reporter

    I.e. you do not have to wait for network requests in order to play on.

    If it fails, it will notify you later anyway.

  2. Log in to comment