Skip to content
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

Missing Party Presence Listener #114

Open
Amonc opened this issue Sep 15, 2024 · 1 comment
Open

Missing Party Presence Listener #114

Amonc opened this issue Sep 15, 2024 · 1 comment

Comments

@Amonc
Copy link

Amonc commented Sep 15, 2024

The following snippet is from the official doc.

socket.onPartyPresence.listen((presence) {
  print('Joined party: ${presence.partyId}');
});

But unfortunately!! The function doesn't exist in the dart client.

@ilmalte
Copy link
Contributor

ilmalte commented Sep 17, 2024

Confirmed @Amonc, the snippet doesn't work in the current v1.1.0 available on pub.dev.

However, the implementation for that functionality has been merged in main in the PR #103. (b48276b)

I guess it will be available in the next release together with all the various bug fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants