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
{{ message }}
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
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.