Carey Bishop
Carey Bishop
Feel free to submit a pull request that implements that functionality.
I'm not sure, I haven't used this library in a while.
No, there's no reason why it can't be added, and there are other people that want it too. I simply haven't needed that feature, so I haven't added it. Feel...
My suspicion is that Event Store is closing the connection due to a timeout. If you need to maintain a long-running connection to Event Store, it's necessary to send data...
You would need to track that yourself from those events.
Ok, if you're suspecting the heartbeat responses are a problem then we'll need some more information to diagnose it. I would recommend looking at the Event Store logs to see...
So the Event Store logs are suggesting that we didn't reply to the Heartbeat request with a Heartbeat response. A packet capture should be able to tell us if that...
The heartbeat packets by themselves probably aren't that useful, it's more useful to see the full stream of packets, in case there's something wrong with the order in which they're...
Ok, there's definitely something wrong with the heartbeat responses. Here's a list of packets from your capture showing the server requesting a heartbeat, but the client carries on regardless without...
So the interesting thing to note there is that it does respond to the heartbeat request in packet 81343, but then fails to respond later to the second request in...