-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to know when lobby search finishes? #27
Comments
There are to versions of the
The first one only exists for consistency, because I decided to implement a |
Okay, I could've sworn the docs only showed the first version. It looks like what actually happened is that they showed the 1-argument version last, and I scrolled down looking for a solution but not up. (Also, all the mentions of |
Usually the two version link to each other, but in the case of But I will consider changing all links to |
LobbyManager.search()
callsDEFAULT_CALLBACK
when the search finishes, but a bunch of other things also call it. There doesn't seem to be aResult
specific to "your lobby search is done", so there's no way to tell whether the callback is related, as far as I can tell.The C and C# versions of this function seem to take a callback as the second argument, but the Java version here only takes the query.
The text was updated successfully, but these errors were encountered: