eventstore
eventstore copied to clipboard
Driver doesn't fail fast when connecting to wrong eventstore node port.
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, the driver keeps ticking without updating its internal state at any point.