Hi,
When I connect to a persistent subscription and I’m debugging something, the connection often drops (due to missing hearbeats) and the subscription isnt reconnected. I see that the EventStoreConnection is reconnected, but not the actual subscription unless I connect to it again.
I think this is wrong, unless the user explicitly Stops a PersistentSubscription, the underlying EventStoreConnection should keep trying to reconnect to all previously connected persistent subscriptions. What’s the recommended approach for this?