Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Publisher Worker Queue: Presence Message #595

@AndyTWF

Description

@AndyTWF

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions