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
No, no message is stored, thus there's no way to magically resend.
You need to implement some logic on how to store messages and send it to a client.
You would also need to store some client information or decide what logic you would use to send to a new and/or returning client.
How do we get notified when a client connects and their last event id? I see where internally in the package it is stored, but I don’t see how to access when a client connects externally of the package internals...maybe I am missing something here.
Does this package automatically send messages to a client based on their last event id or is that up to the person using this package?
I am attempting to figure out how to implement this, but am a little unclear about it.
The text was updated successfully, but these errors were encountered: