ClickHouse / clickhouse-cpp

C++ client library for ClickHouse
Apache License 2.0
306 stars 159 forks source link

Fixed issue #335 by making at least one connection attempt #336

Closed Enmk closed 1 year ago

Enmk commented 1 year ago

Due to setting ClientOptions.SetSendRetries(0), Client made no attempts to connect to a server, which resulted in uninitialized streams and hence the crash.

Closes: #335

rtcote commented 1 year ago

@Enmk do you a rough idea of when this will be put into a versioned release? Thank you!

Enmk commented 1 year ago

@Enmk do you a rough idea of when this will be put into a versioned release? Thank you!

it is already in v2.5.1, released on 30th of September.