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
// in theory, it's possible to unsubscribe a subscriber that's still alive, if they are unreachable for a short time,
// but regardless, application level logic is always required to ensure the subscription remains alive anyway.
How exactly the application logic is expected to ensure that the subscription remains alive? Should we resubscribe every minute if there are no incoming events? Should we detect missed events, implement a storage for them and a way to re-request them?
The text was updated successfully, but these errors were encountered:
You have this comment in your code:
How exactly the application logic is expected to ensure that the subscription remains alive? Should we resubscribe every minute if there are no incoming events? Should we detect missed events, implement a storage for them and a way to re-request them?
The text was updated successfully, but these errors were encountered: