Hi all
I have an updated event dispatcher for the latest client API v.1.1.0. It is located at
https://gist.github.com/pdoh00/5383804. I haven't done extensive testing on it yet, but it seemed very stable with 10 clients concurrently pushing 5k events each over ~2 to 3 minutes.
The only known issue I have right now is if I kill the event store. The dispatcher doesn't reconnect appropriately since it will try a Connect and already has a connection, so it throws an exception. Killing and restarting the dispatcher seems fairly stable.
Phil