Skip to content

Acknowledged delivery: semantics #764

Open
@oberstet

Description

@oberstet

What semantics should "acknowledged event delivery" have?

An EVENT is to be answered by EVENT_RECEIVED

  1. .. as soon as the event was received (that is potentially even before the user subscription handler fires)
  2. .. after the user subscription handler has ended (regardless whether that user code did raise or not)
  3. .. after the user subscription handler has ended - but only if it ended successfully
  4. .. after the user subscription handler has ended - and the EVENT_RECEIVED contains a flag indicating the success/failure of the user subscription handler

Depending on what we chose for above (what semantics does MQTT has?), we then might want to change the name of the new WAMP message (EVENT_DELIVERED, EVENT_PROCESSED)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions