eventstore
eventstore copied to clipboard
EventStore Haskell TCP Client
https://github.com/YoEight/eventstore/blob/master/Database/EventStore/Internal/Discovery.hs#L200
It looks like the driver doesn't even care. Easy step to reproduce, try to connect to internal HTTP port of an eventstore node. It should close connection fast but instead,...
Like if the connection wasn't live in the first place (if the node wasn't reachable for example)
Current stopwatch implementation is using `time` package to get elapsed time, which is slow and too precise for our need. Using `clock` package with `MonotonicCoarse` clock type should yield some...