You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL lag could result in server lag when queries are fired in the main thread. Since chat is completely separate from gameplay and doesn't necessarily require an immediate response, we should move the queries to async tasks.