Every consumer of Wynntils Account Tokens should be able to run asynchronously
kristofbolyai opened this issue ยท 2 comments
See #826 (comment).
This same problem causes a weird interaction on WynntilsAccountManager#login
. We have to get rid of future#get
, because the second api call waits for that. That means that the mod thinks we always fail to set up account, when in reality, it finishes as soon as we stop waiting.