-
Notifications
You must be signed in to change notification settings - Fork 758
Closed
Description
I'm just curious, I can't seem to find any docs. How does this library handle disconnects/reconnecting?
What happens when I lose connection to a publisher for example? Do I need to attach to an event and reconnect, or is there a method that auto reconnects? Is there a max number of times it tries to reconnect, or does it try forever? What's the timeout between reconnects?
Is there message durability(I would imagine not, but I ask just in case), so if I have a subscriber disconnect and the publisher pushes out a message, and the subscriber reconnects, they won't end up getting that message I'd assume? Is there an option for this(I'm comfortable making it myself, I'd just like to know ahead of time so I could take advantage of it).
Metadata
Metadata
Assignees
Labels
No labels