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
The runBlocking functionality is definitively over-used. Make sure to reduce its usage as far as possible using callbacks or other mechanisms for bridging concurrent and linear code. For example, LobbyBrowserList is a mess and needs rework.
The text was updated successfully, but these errors were encountered:
The
runBlocking
functionality is definitively over-used. Make sure to reduce its usage as far as possible using callbacks or other mechanisms for bridging concurrent and linear code. For example,LobbyBrowserList
is a mess and needs rework.The text was updated successfully, but these errors were encountered: