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

Publisher Worker Queue: Presence Message #595

Open
AndyTWF opened this issue Feb 24, 2023 · 1 comment
Open

Publisher Worker Queue: Presence Message #595

AndyTWF opened this issue Feb 24, 2023 · 1 comment
Milestone

Comments

@AndyTWF
Copy link
Contributor

AndyTWF commented Feb 24, 2023

Implement the following worker on the publisher worker queue:

  • PresenceMessage

This worker is triggered when presence updates are received from Ably.

If the action is presence enter and the member is a subscriber, a subscriber is added to the publisher via a call to addSubscriber.

If the action is presence leave or absent, and the member is a subscriber, a subscriber is removed from the publisher via a call to removeSubscriber.

If the action is an update and the member is a subscriber, a subscriber is updated on the publisher via a call to updateSubscriber.

@AndyTWF AndyTWF added this to the 1.0.0 milestone Feb 24, 2023
@sync-by-unito
Copy link

sync-by-unito bot commented Feb 24, 2023

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3424

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

No branches or pull requests

1 participant