Open
Description
What semantics should "acknowledged event delivery" have?
An EVENT is to be answered by EVENT_RECEIVED
- .. as soon as the event was received (that is potentially even before the user subscription handler fires)
- .. after the user subscription handler has ended (regardless whether that user code did raise or not)
- .. after the user subscription handler has ended - but only if it ended successfully
- .. 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)