eventstore icon indicating copy to clipboard operation
eventstore copied to clipboard

EventStore Haskell TCP Client

Results 5 eventstore issues
Sort by recently updated
recently updated
newest added

https://github.com/YoEight/eventstore/blob/master/Database/EventStore/Internal/Discovery.hs#L200

bug

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,...

bug

Like if the connection wasn't live in the first place (if the node wasn't reachable for example)

enhancement
internal

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...

enhancement
internal