Hi,
We have a test case spawning a clickhouse container (23.12.1-alpine) via testcontainer and trying to connect shortly after via Pool::get_handle
It sometimes panic at this line :
https://github.com/suharev7/clickhouse-rs/blob/async-await/src/lib.rs#L327
Should it return an error instead of unwrapping ?
Hi,
We have a test case spawning a clickhouse container (23.12.1-alpine) via testcontainer and trying to connect shortly after via Pool::get_handle
It sometimes panic at this line :
https://github.com/suharev7/clickhouse-rs/blob/async-await/src/lib.rs#L327
Should it return an error instead of unwrapping ?