Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

How to check ack for each message in event #119

Open
reedF opened this issue Nov 17, 2017 · 1 comment
Open

How to check ack for each message in event #119

reedF opened this issue Nov 17, 2017 · 1 comment

Comments

@reedF
Copy link

reedF commented Nov 17, 2017

How to check ack for each message in event,such as:
client.event.emit("event/a",msg);
how to check emit is successful?
I haven't find ack for event,why?

@yasserf
Copy link
Contributor

yasserf commented Nov 25, 2017

We don’t do event ACKs, it uses the same fire and forget mechanism as normal event emitters. It’s a design choice since it makes things more performant and if you want to guarantee delivery you should possibly use records to always get access to the last data value set.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants