Wynntils

Wynntils

611k Downloads

Every consumer of Wynntils Account Tokens should be able to run asynchronously

kristofbolyai opened this issue ยท 2 comments

commented
commented

I think this is best solved by sending out an "We are now logged in"-event.

commented

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.