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 has been archived by the owner on Apr 6, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: