We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement the following worker on the publisher worker queue:
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.
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.
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.
updateSubscriber
The text was updated successfully, but these errors were encountered:
➤ Automation for Jira commented:
The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3424
Sorry, something went wrong.
No branches or pull requests
Implement the following worker on the publisher worker queue:
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
.The text was updated successfully, but these errors were encountered: